diff --git a/build/tgs.docker.sh b/build/tgs.docker.sh index ac9a5d2151..f397e9b9b5 100755 --- a/build/tgs.docker.sh +++ b/build/tgs.docker.sh @@ -1,5 +1,6 @@ #!/bin/sh +mkdir /config_data cp -r /config_data/* ./ -exec dotnet Tgstation.Server.Host.Console.dll +exec dotnet Tgstation.Server.Host.Console.dll "$@"