Skip to content

Commit

Permalink
Merge pull request #38 from freedomofpress/2024-05-remove-checksums
Browse files Browse the repository at this point in the history
Remove checksums.txt file from Dockerfile
  • Loading branch information
apyrgio authored May 13, 2024
2 parents 9a4c7bf + 4003e14 commit 74e051f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ COPY deploy/nginx.conf /etc/nginx
RUN mkdir -p /opt/nginx/run /opt/nginx/webroot/assets && chown -R nginx:nginx /opt/nginx

USER nginx
COPY --chown=nginx:nginx index.html about.html checksums.txt favicon.ico /opt/nginx/webroot/
COPY --chown=nginx:nginx index.html about.html favicon.ico /opt/nginx/webroot/
COPY --chown=nginx:nginx assets/ /opt/nginx/webroot/assets/

0 comments on commit 74e051f

Please sign in to comment.