FROM nginx:1.21.4-alpine RUN apk update && apk add certbot bind-tools COPY entrypoint.sh nginx-http-redir.conf / CMD ["/entrypoint.sh"]