Explorar el Código

修改Docker配置

yingp hace 8 años
padre
commit
291bc96f21
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -7,5 +7,4 @@ COPY . /app
 RUN cnpm install
 RUN npm run build
 
-EXPOSE 3000
-CMD [ "npm", "run start" ]
+CMD [ "npm", "start" ]