| WORKDIR /app/web | WORKDIR /app/web | ||||
| COPY --from=builder /app/web/public ./public | |||||
| COPY --from=builder /app/web/.next/standalone ./ | COPY --from=builder /app/web/.next/standalone ./ | ||||
| COPY --from=builder /app/web/.next/static ./.next/static | COPY --from=builder /app/web/.next/static ./.next/static | ||||