Browse Source

测试使用华为云编译代码

Kevin Jiang 2 years ago
parent
commit
bd5698518a
1 changed files with 1 additions and 1 deletions
  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