Skip to content

Commit

Permalink
change build location:
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Lai authored and Alexander Lai committed Aug 4, 2024
1 parent dac718d commit 548aafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 548aafb

Please sign in to comment.