|
@@ -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
|
|
|
|