gemercheung vor 4 Jahren
Ursprung
Commit
70a9025bab
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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