移除冗余配置

This commit is contained in:
chishin 2023-04-05 13:48:07 +08:00
parent e1a4cfdd21
commit ad02c2a0df

View File

@ -7,7 +7,7 @@ EXPOSE 80 81 443
RUN rm -rf /app/frontend
COPY frontend/dist /app/frontend
RUN python3 -m pip install --upgrade pip && pip install certbot-dns-dnspod && pip install zope
RUN pip install zope
WORKDIR /app