formation %!s(int64=4) %!d(string=hai) anos
pai
achega
a9d771645d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      express-server/Dockerfile

+ 1 - 1
express-server/Dockerfile

@@ -9,5 +9,5 @@ RUN npm install -g nodemon
 COPY . /var/www/app
 #EXPOSE 4000
 EXPOSE 9991
-CMD ["npm","start"]
+CMD ["node","index.js"]