Skip to content

Commit

Permalink
Fixes #2: Changed chmod entrypoint.sh from 755 to 400 for improved se…
Browse files Browse the repository at this point in the history
…curity
  • Loading branch information
cowwoc committed Nov 9, 2024
1 parent 77277e8 commit fb7c200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ENV CERTBOT_DOMAIN="" \
CLOUDFLARE_API_TOKEN="" \
RENEWAL_INTERVAL=43200

COPY --chmod=755 entrypoint.sh /entrypoint.sh
COPY --chmod=400 entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit fb7c200

Please sign in to comment.