2
0
git-admin 1 жил өмнө
parent
commit
6920c8d2a4
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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