Redirect after adding game/platform/purchase/session

This commit is contained in:
2023-01-04 19:35:35 +01:00
parent a1309c3738
commit b8a15e43db
3 changed files with 6 additions and 1 deletions

View File

@ -12,5 +12,5 @@ COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
USER timetracker
EXPOSE 8000
ENV VERSION_NUMBER 0.1.0-16-g12cc902
ENV VERSION_NUMBER 0.1.0-17-ga1309c3
ENTRYPOINT [ "/entrypoint.sh" ]