OWASP/SSO_Project

View on GitHub
certbot.dockerfile

Summary

Maintainability
Test Coverage
FROM certbot/certbot

COPY nginx/certbot-entrypoint.sh /opt/certbot/custom-entrypoint.sh
RUN chmod 777 /opt/certbot/custom-entrypoint.sh
ENTRYPOINT ["/opt/certbot/custom-entrypoint.sh"]