diff --git a/build/Dockerfile b/build/Dockerfile index 240aeb77f9..222bb09da5 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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"]