fix: copy from root

This commit is contained in:
Henry
2025-06-16 22:11:57 +01:00
parent eeedc77a0f
commit 8d5bd61474

View File

@@ -57,7 +57,7 @@ RUN pnpm build --filter=${PROJECT}
# Copy static files to standalone directory
COPY apps/web/public .next/standalone/
COPY apps/web/.next/static .next/standalone/.next/
COPY .next/static .next/standalone/.next/
# 4. Final image - runner stage to run the application
FROM base AS runner