switch to automount from parent image
This commit is contained in:
parent
b0c7b9279a
commit
d7ce15e706
@ -1,7 +1,6 @@
|
|||||||
FROM hackebein/srcds
|
FROM hackebein/srcds
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
SIGNALS_ENABLE="false" \
|
|
||||||
# App
|
# App
|
||||||
APPS="4020" \
|
APPS="4020" \
|
||||||
#
|
#
|
||||||
@ -44,5 +43,3 @@ ENV \
|
|||||||
+servercfgfile \${CONFIG} \
|
+servercfgfile \${CONFIG} \
|
||||||
\${CUSTOMPARAMETERS} \
|
\${CUSTOMPARAMETERS} \
|
||||||
"
|
"
|
||||||
|
|
||||||
COPY cfg $BASEDIR/garrysmod/cfg
|
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
|
|
||||||
//
|
|
||||||
// Use this file to mount additional paths to the filesystem
|
|
||||||
// DO NOT add a slash to the end of the filename
|
|
||||||
//
|
|
||||||
|
|
||||||
"mountcfg"
|
|
||||||
{
|
|
||||||
//"cstrike" ""
|
|
||||||
//"hl1" ""
|
|
||||||
//"hl1_hd" ""
|
|
||||||
//"hl2" ""
|
|
||||||
//"hl2mp" ""
|
|
||||||
//"episodic" ""
|
|
||||||
//"ep2" ""
|
|
||||||
//"lostcoast" ""
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
"gamedepotsystem"
|
|
||||||
{
|
|
||||||
//"cstrike" "1"
|
|
||||||
//"hl1" "1"
|
|
||||||
//"hl1_hd" "1"
|
|
||||||
//"hl2" "1"
|
|
||||||
//"hl2mp" "1"
|
|
||||||
//"episodic" "1"
|
|
||||||
//"ep2" "1"
|
|
||||||
//"lostcoast" "1"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user