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

+ 2 - 2
express-server/Dockerfile

@@ -7,7 +7,7 @@ RUN npm cache verify
 RUN npm install
 RUN npm install -g nodemon
 COPY . /var/www/app
-EXPOSE 4000
-#EXPOSE 9991
+#EXPOSE 4000
+EXPOSE 9991
 CMD ["npm","start"]