Fix display of duration_manual

This commit is contained in:
2023-01-04 19:32:18 +01:00
parent 12cc9025a0
commit a1309c3738
3 changed files with 6 additions and 5 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-15-g6fe960b
ENV VERSION_NUMBER 0.1.0-16-g12cc902
ENTRYPOINT [ "/entrypoint.sh" ]