Skip to content

Commit

Permalink
add correct file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nike-getto committed Jul 18, 2024
1 parent c148b32 commit d7906fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
COPY .htpasswd /etc/nginx/.htpasswd

# Copy cert.pem
COPY cert.pem /etc/nginx/ssl
COPY cert.pem /etc/nginx/ssl/cert.pem

# Copy key.pem
COPY key.pem /etc/nginx/ssl
COPY key.pem /etc/nginx/ssl/key.pem

0 comments on commit d7906fe

Please sign in to comment.