website-assistant-renewer/Containerfile
2025-08-17 21:45:52 +02:00

10 lines
No EOL
216 B
Docker

FROM docker.io/neilpang/acme.sh:dev
COPY --chmod=0755 docker-entrypoint.sh /docker-entrypoint.sh
COPY --chmod=0755 scripts/ /opt/scripts/
ENV ACME_SERVER=letsencrypt
EXPOSE 80
ENTRYPOINT ["/docker-entrypoint.sh"]