From d7ce15e70686d15b65dc228a81d83c62988d68fc Mon Sep 17 00:00:00 2001 From: Lars Olzem <hackebein@gmail.com> Date: Mon, 30 Mar 2020 02:54:42 +0200 Subject: [PATCH] switch to automount from parent image --- Dockerfile | 3 --- cfg/mount.cfg | 19 ------------------- cfg/mountdepots.txt | 11 ----------- 3 files changed, 33 deletions(-) delete mode 100644 cfg/mount.cfg delete mode 100644 cfg/mountdepots.txt diff --git a/Dockerfile b/Dockerfile index 61b2a2f..2352b83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM hackebein/srcds ENV \ - SIGNALS_ENABLE="false" \ # App APPS="4020" \ # @@ -44,5 +43,3 @@ ENV \ +servercfgfile \${CONFIG} \ \${CUSTOMPARAMETERS} \ " - -COPY cfg $BASEDIR/garrysmod/cfg diff --git a/cfg/mount.cfg b/cfg/mount.cfg deleted file mode 100644 index 07745c8..0000000 --- a/cfg/mount.cfg +++ /dev/null @@ -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" "" -} - - diff --git a/cfg/mountdepots.txt b/cfg/mountdepots.txt deleted file mode 100644 index 14ba47a..0000000 --- a/cfg/mountdepots.txt +++ /dev/null @@ -1,11 +0,0 @@ -"gamedepotsystem" -{ - //"cstrike" "1" - //"hl1" "1" - //"hl1_hd" "1" - //"hl2" "1" - //"hl2mp" "1" - //"episodic" "1" - //"ep2" "1" - //"lostcoast" "1" -} \ No newline at end of file