Fix version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lukáš Kucharczyk 2023-01-03 22:33:03 +01:00
parent 166dd716ed
commit 84c92fe654
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
USER timetracker
EXPOSE 8000
ENV VERSION_NUMBER $(git describe --tags --abbrev=0)
ENV VERSION_NUMBER 0.1.0-4-g166dd71
ENTRYPOINT [ "/entrypoint.sh" ]