Skip to content

Commit

Permalink
Change version/revision to use only args
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Apr 5, 2024
1 parent 9c5ea2b commit a4a89f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/dockerfiles/Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ RUN . "${VIRTUAL_ENV}/bin/activate"
ARG VERSION
ARG REVISION

ENV VERSION=${VERSION}
ENV REVISION=${REVISION}

RUN touch /var/www/seismic/.version && \
echo "$VERSION+$(echo ${REVISION} | cut -c 1-7)" > /var/www/seismic/.version

Expand Down

0 comments on commit a4a89f3

Please sign in to comment.