Ensure a production json is present in the Docker build

This commit is contained in:
Cyberboss
2018-10-03 09:55:27 -04:00
parent 58aa783e7c
commit dca8422cd1
+1 -1
View File
@@ -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"]