Fix display of duration_calculated, display durations less than a minute

This commit is contained in:
2023-01-04 19:26:01 +01:00
parent 6fe960bc04
commit 12cc9025a0
3 changed files with 9 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-14-g61d2e65
ENV VERSION_NUMBER 0.1.0-15-g6fe960b
ENTRYPOINT [ "/entrypoint.sh" ]