mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-17 11:03:14 +01:00
Fix setup wizard not running on docker version
This commit is contained in:
@@ -33,7 +33,6 @@ WORKDIR /app
|
||||
COPY --from=build /app .
|
||||
COPY --from=build /src/build/tgs.docker.sh tgs.sh
|
||||
|
||||
RUN mkdir /config_data && touch /config_data/appsettings.Production.json
|
||||
VOLUME ["/config_data", "/tgs_logs", "/app/lib"]
|
||||
|
||||
ENTRYPOINT ["./tgs.sh"]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
touch /config_data/appsettings.Production.json
|
||||
ln -s /config_data/appsettings.Production.json /app/appsettings.Production.json
|
||||
|
||||
exec dotnet Tgstation.Server.Host.Console.dll "$@"
|
||||
|
||||
Reference in New Issue
Block a user