Skip to content

Commit

Permalink
fix(nginx): remove placeholder .htpasswd file
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Jun 14, 2024
1 parent 96f5a7f commit 2c4fb30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ RUN curl -LJO https://github.com/go-acme/lego/releases/download/v4.14.2/lego_v4.
mv lego /usr/local/bin/lego && \
rm lego_v4.14.2_linux_amd64.tar.gz
RUN mkdir -p /var/www/lego
COPY error_pages /error_pages
COPY password/.htpasswd /etc/nginx/.htpasswd
COPY error_pages /error_pages
1 change: 0 additions & 1 deletion nginx/password/.htpasswd

This file was deleted.

0 comments on commit 2c4fb30

Please sign in to comment.