浏览代码

修改Docker配置

yingp 8 年之前
父节点
当前提交
291bc96f21
共有 1 个文件被更改,包括 1 次插入2 次删除
  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" ]