浏览代码

update docker

gemercheung 3 年之前
父节点
当前提交
83297bf21a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -8,4 +8,4 @@ RUN npm install
 
 EXPOSE $PORT
 
-CMD [ "node", "index.js" ]
+CMD [ "npm", "run production" ]