diff --git a/Dockerfile b/Dockerfile index 523f4d7..cb3f53a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ WORKDIR /app COPY --from=builder /app/apps/web/public ./apps/web/public COPY --from=builder /app/apps/web/.next/standalone ./ COPY --from=builder /app/apps/web/.next/static ./apps/web/.next/static -COPY --from=builder /app/apps/web/.next/cache ./apps/web/.next/cache + # Start from the app directory to ensure references solve correctly WORKDIR /app/apps/web