From 5bddcbee428acca13d018b3dc210434492043ceb Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Wed, 13 Feb 2019 17:01:35 -0700 Subject: [PATCH] subdir --- Dockerfile.prod | 2 +- Dockerfile.staging | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.prod b/Dockerfile.prod index 284a4fbe537..32e336d25e5 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -24,5 +24,5 @@ RUN stat /output/index.html RUN ["npm","run","build-algolia"] FROM nginx:alpine -COPY --from=build /output /usr/share/nginx/html/ +COPY --from=build /output /usr/share/nginx/html/docs/ COPY nginx.conf /etc/nginx/conf.d/default.conf diff --git a/Dockerfile.staging b/Dockerfile.staging index 172f44aaee8..4d8fac89f53 100644 --- a/Dockerfile.staging +++ b/Dockerfile.staging @@ -22,5 +22,5 @@ RUN ["hugo", "--buildDrafts", "--buildFuture", "--baseURL=https://staging.ranche RUN stat /output/index.html FROM nginx:alpine -COPY --from=build /output /usr/share/nginx/html/ +COPY --from=build /output /usr/share/nginx/html/docs/ COPY nginx.conf /etc/nginx/conf.d/default.conf