john 8 月之前
父節點
當前提交
ec8213d23d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      node_expores/Dockerfile

+ 1 - 1
node_expores/Dockerfile

@@ -5,4 +5,4 @@ RUN npm install
 COPY . .
 EXPOSE 3000
 VOLUME /app/base_files
-# CMD ["node", "app.js"]
+CMD ["node", "app.js"]