mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 21:08:13 -05:00
修复主页汉化没有成功
This commit is contained in:
parent
78f06235b6
commit
250e464b86
@ -4,8 +4,9 @@ ENV NPM_LANGUAGE="zh"
|
||||
|
||||
EXPOSE 80 81 443
|
||||
|
||||
RUN rm -rf /app/frontend
|
||||
RUN rm -rf /app/frontend /var/www/html/index.html
|
||||
COPY frontend/dist /app/frontend
|
||||
COPY docker/rootfs/var/www/html/index.html /var/www/html/index.html
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user