john 8 месяцев назад
Родитель
Сommit
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"]