refactor: update Dockerfile for space and web applications to correct asset paths and improve structure

This commit is contained in:
Pratapa Lakshmi 2025-06-17 15:15:26 +05:30
parent 91c4047afd
commit 6fd448ddac
2 changed files with 3 additions and 2 deletions

View file

@ -73,6 +73,7 @@ COPY --from=installer /app/web/package.json .
# Automatically leverage output traces to reduce image size
# https://nextjs.org/docs/advanced-features/output-file-tracing
COPY --from=installer /app/web/.next/standalone ./
COPY --from=installer /app/web/.next/static ./web/.next/static
COPY --from=installer /app/web/public ./web/public