Explorar el Código

测试使用华为云编译代码

Kevin Jiang hace 3 años
padre
commit
bd5698518a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile2

+ 1 - 1
Dockerfile2

@@ -1,6 +1,6 @@
 FROM nginx:alpine
 WORKDIR /app
-COPY ./dist /app
+COPY dist /app
 COPY nginx/nginx.conf /etc/nginx/
 COPY nginx/conf.d/default.conf /etc/nginx/conf.d