1 2 3 4 5
FROM certbot/certbot:v1.11.0 RUN apk update && apk add socat COPY ./scripts/ /etc/scripts/ RUN chmod +x /etc/scripts/*.sh EXPOSE 380