john il y a 8 mois
Parent
commit
ec8213d23d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"]