mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-13 17:28:12 -04:00
移除冗余配置
This commit is contained in:
parent
e1a4cfdd21
commit
ad02c2a0df
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user