Parcourir la source

测试使用华为云编译代码

Kevin Jiang il y a 3 ans
Parent
commit
bd5698518a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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