修复主页汉化没有成功

This commit is contained in:
chishin 2023-04-05 15:29:31 +08:00
parent 78f06235b6
commit 250e464b86

View File

@ -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