diff --git a/Dockerfile b/Dockerfile index b3e1b9e..2f0905c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file