Explorar o código

更新 'Dockerfile'

git-admin hai 1 ano
pai
achega
6920c8d2a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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