Skip to content

Commit

Permalink
Remove checksums.txt file from Dockerfile
Browse files Browse the repository at this point in the history
The checksums.txt file was replaced by a reference to our verification
instructions on commit aecfc2b. Remove
this file from the Dockerfile as well, so that we can build our
container image.
  • Loading branch information
apyrgio committed May 13, 2024
1 parent 9a4c7bf commit 4003e14
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 4003e14

Please sign in to comment.