gemercheung 4 年之前
父節點
當前提交
70a9025bab
共有 1 個文件被更改,包括 3 次插入3 次删除
  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