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 30aba04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN curl -LJO https://github.com/go-acme/lego/releases/download/v4.14.2/lego_v4.
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 password /etc/nginx
1 change: 0 additions & 1 deletion nginx/password/.htpasswd

This file was deleted.

0 comments on commit 30aba04

Please sign in to comment.