gemercheung 4 năm trước cách đây
mục cha
commit
70a9025bab
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      docs/Dockerfile

+ 3 - 3
docs/Dockerfile

@@ -28,9 +28,9 @@ RUN apt-get update \
     && apt-get install -y nginx openssl 
 
 RUN rm -rf /usr/share/nginx/html/*
-COPY --from=builder /usr/src/app/docs/conf/nginx.conf /etc/nginx/nginx.conf
-COPY --from=builder /usr/src/app/docs/conf/general.conf /etc/nginx/general.conf
-COPY --from=builder /usr/src/app/docs/conf/security.conf /etc/nginx/security.conf
+COPY --from=builder /usr/src/app/conf/nginx.conf /etc/nginx/nginx.conf
+COPY --from=builder /usr/src/app/conf/general.conf /etc/nginx/general.conf
+COPY --from=builder /usr/src/app/conf/security.conf /etc/nginx/security.conf
 COPY --from=builder /usr/src/app/.vuepress/dist /usr/share/nginx/html
 # COPY --from=builder /usr/src/app/.env /usr/share/nginx/html/.env