mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 04:27:19 +01:00
Ensure a production json is present in the Docker build
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ WORKDIR /app
|
||||
COPY --from=build /app .
|
||||
COPY --from=build /src/build/tgs.docker.sh tgs.sh
|
||||
|
||||
RUN mkdir /config_data
|
||||
RUN mkdir /config_data && touch /config_data/appsettings.Production.json
|
||||
VOLUME ["/config_data", "/tgs_logs", "/app/lib"]
|
||||
|
||||
ENTRYPOINT ["./tgs.sh"]
|
||||
|
||||
Reference in New Issue
Block a user