Update file content

This commit is contained in:
gitea 2025-07-09 11:22:10 +08:00
parent b7f056493f
commit 766c54fea9
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ MAINTAINER chinasoft
# 将dist文件中的内容复制到 /usr/share/nginx/html/ 这个目录下面 # 将dist文件中的内容复制到 /usr/share/nginx/html/ 这个目录下面
COPY dist/dist-prod /usr/share/nginx/html/ COPY dist/dist-prod /usr/share/nginx/html/
COPY ./nginx.conf /etc/nginx/conf.d/default.conf COPY ./nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE ${innerPort} EXPOSE 7456
ENTRYPOINT nginx -g "daemon off;" ENTRYPOINT nginx -g "daemon off;"