From 766c54fea9e1e24f3a3831ff69363c5046f1ddfe Mon Sep 17 00:00:00 2001 From: gitea Date: Wed, 9 Jul 2025 11:22:10 +0800 Subject: [PATCH] Update file content --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cbe0d3d..098a234 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,5 @@ MAINTAINER chinasoft # 将dist文件中的内容复制到 /usr/share/nginx/html/ 这个目录下面 COPY dist/dist-prod /usr/share/nginx/html/ COPY ./nginx.conf /etc/nginx/conf.d/default.conf -EXPOSE ${innerPort} +EXPOSE 7456 ENTRYPOINT nginx -g "daemon off;"