FROM caddy:2-alpine # openssl wird fuer die automatische Zertifikatserstellung im Entrypoint gebraucht RUN apk add --no-cache openssl COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]