fix: copy from root
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user