Selaa lähdekoodia

测试使用华为云编译代码

Kevin Jiang 3 vuotta sitten
vanhempi
commit
b2b1ea0be2
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      Dockerfile2

+ 7 - 0
Dockerfile2

@@ -0,0 +1,7 @@
+FROM nginx:alpine
+WORKDIR /app
+COPY ./dist /app
+COPY nginx/nginx.conf /etc/nginx/
+COPY nginx/conf.d/default.conf /etc/nginx/conf.d
+
+EXPOSE 8080