chd hace 1 año
padre
commit
f660d9ed71
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -8,4 +8,5 @@ COPY nginx.conf /etc/nginx/nginx.conf
 RUN npm install
 RUN rm -rf index.html
 
-ENTERYPOINT ["node","server.js"]
+ENTRYPOINT ["node","server.js"]
+