修复dnspod创建证书失败

This commit is contained in:
chishin 2023-04-05 13:27:13 +08:00
parent fe0352b69c
commit e1a4cfdd21

View File

@ -7,6 +7,8 @@ EXPOSE 80 81 443
RUN rm -rf /app/frontend RUN rm -rf /app/frontend
COPY frontend/dist /app/frontend COPY frontend/dist /app/frontend
RUN python3 -m pip install --upgrade pip && pip install certbot-dns-dnspod && pip install zope
WORKDIR /app WORKDIR /app
VOLUME [ "/data", "/etc/letsencrypt" ] VOLUME [ "/data", "/etc/letsencrypt" ]