Add Onbuild Basedir Argument

Reduce Cache Layers
Remove Volumes
Fix Ports
Fix exec config
This commit is contained in:
Lars Olzem
2017-01-17 21:14:57 +01:00
parent 77376de844
commit c6900fb0d8
12 changed files with 76 additions and 64 deletions

4
latest/cfg/sandbox.cfg Normal file
View File

@@ -0,0 +1,4 @@
// Garry's Mod - sandbox - Config
// https://github.com/garrynewman/garrysmod/blob/master/garrysmod/gamemodes/sandbox/sandbox.txt
exec server.cfg
exec my.sandbox.cfg

View File

@@ -1,2 +1,3 @@
// Garry's Mod - Config
exec ../volume/server.cfg
// https://developer.valvesoftware.com/wiki/Console_Command_List
exec my.server.cfg

View File

@@ -0,0 +1,4 @@
// Garry's Mod - terrortown - Config
// https://github.com/garrynewman/garrysmod/blob/master/garrysmod/gamemodes/terrortown/terrortown.txt
exec server.cfg
exec my.terrortown.cfg