Explorar el Código

remvoe forever

dotos hace 9 años
padre
commit
8acb0357db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -9,6 +9,6 @@ RUN npm install
 COPY . /usr/src/app
 
 ENV PORT 80
-EXPOSE 3000
+EXPOSE 80
 
 ENTRYPOINT ["node", "app.js"]