From 548aafbc3fe5caf1ad137d7d9744b8e40869354c Mon Sep 17 00:00:00 2001 From: Alexander Lai Date: Sun, 4 Aug 2024 14:11:18 +1000 Subject: [PATCH] change build location: --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 9ec4495f..46c5f786 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -39,7 +39,7 @@ WORKDIR /usr/share/nginx/html RUN rm -rf ./* # Copy static assets from builder stage COPY --from=builder /app/dist . -COPY --from=chaos-docs-builder /docs/dist ./docs +COPY --from=chaos-docs-builder /docs/build ./docs EXPOSE 80