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"]