Skip to content

Commit

Permalink
corrected mistake in nginx dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Jun 15, 2024
1 parent 2bf278d commit 755bf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ COPY project.conf /etc/nginx/conf.d/
COPY renew-certs.sh /renew-certs.sh
RUN chmod +x /renew-certs.sh

ENTRYPOINT ["/usr/local/bin/renew-certs.sh"]
ENTRYPOINT ["/renew-certs.sh"]

0 comments on commit 755bf3b

Please sign in to comment.