Make the "Finish now?" button on session list work

This commit is contained in:
2023-01-04 19:19:49 +01:00
parent 61d2e65d83
commit 6fe960bc04
9 changed files with 32 additions and 26 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-4-g166dd71
ENV VERSION_NUMBER 0.1.0-14-g61d2e65
ENTRYPOINT [ "/entrypoint.sh" ]