Browse Source

修改Docker配置

yingp 7 years ago
parent
commit
291bc96f21
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -7,5 +7,4 @@ COPY . /app
 RUN cnpm install
 RUN npm run build
 
-EXPOSE 3000
-CMD [ "npm", "run start" ]
+CMD [ "npm", "start" ]