Allow deleting sessions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-04 20:28:07 +01:00
parent b8a15e43db
commit 4b45127335
6 changed files with 20 additions and 4 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-17-ga1309c3
ENV VERSION_NUMBER 0.1.0-18-gb8a15e4
ENTRYPOINT [ "/entrypoint.sh" ]