Skip to content

Commit

Permalink
Merge branch 'prebuild-docker-images' into 'main'
Browse files Browse the repository at this point in the history
Set version as last step

See merge request reportcreator/reportcreator!685
  • Loading branch information
aronmolnar committed Aug 30, 2024
2 parents f973431 + b47026d commit f97d835
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ VOLUME [ "/data" ]

# Configure application
ARG VERSION=dev
ENV VERSION=${VERSION} \
ENV VERSION=dev \
DEBUG=off \
MEDIA_ROOT=/data/ \
SERVER_WORKERS=4 \
Expand Down Expand Up @@ -181,6 +181,8 @@ COPY --chown=1000:1000 api/generate_notice.sh api/download_sources.sh api/start.
RUN /bin/bash /app/api/generate_notice.sh
# Copy of changelog should be one of the last things to use cache for prod releases
COPY LICENSE CHANGELOG.md /app/
ARG VERSION=dev
ENV VERSION=${VERSION}
USER 1000


Expand Down

0 comments on commit f97d835

Please sign in to comment.