Refactor the calculated_sum and manual_sum

This commit is contained in:
2023-01-05 23:03:46 +01:00
parent 9c56ed4ce8
commit 5172c38c16
3 changed files with 36 additions and 10 deletions

View File

@ -6,7 +6,7 @@ RUN npm install && \
FROM python:3.10-slim-bullseye
ENV VERSION_NUMBER 0.1.0-43-gd00bb1c
ENV VERSION_NUMBER 0.1.0-44-g9c56ed4
ENV PROD 1
RUN useradd --create-home --uid 1000 timetracker