Change certbot into letsencrypt

master
부모 4d795224ae
커밋 d5442f5f45
  1. 2
      Dockerfile

@ -2,7 +2,7 @@ FROM node:latest
ENV HOSTNAME=${HOSTNAME:-haraka}
RUN apt-get update && apt-get upgrade -y && apt-get install -y supervisor certbot && \
RUN apt-get update && apt-get upgrade -y && apt-get install -y supervisor letsencrypt && \
rm -rf /var/lib/apt/lists/* && \
mkdir /var/log/supervisord && \
groupadd -r haraka && \

불러오는 중...
취소
저장