This commit is contained in:
Cyberboss
2018-09-20 12:33:40 -04:00
parent bab28f4b3d
commit a142ca1c6c
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/sh
cp -r /config_data/* ./
ln -s /config_data/appsettings.Production.json /app/appsettings.Production.json
exec dotnet Tgstation.Server.Host.Console.dll "$@"