Browse Source

更新 'Dockerfile'

git-admin 1 year ago
parent
commit
6920c8d2a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM node:alpine
 
 ENV TZ="Asia/Shanghai"
-ENV NGINX_PORT=80
+ENV NGINX_PORT=8088
 EXPOSE ${NGINX_PORT}
 COPY dist/  /usr/share/nginx/html/
 COPY nginx.conf /etc/nginx/nginx.conf