gemercheung 4 rokov pred
rodič
commit
70a9025bab
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  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