diff --git a/Dockerfile b/Dockerfile index da3d6c0..8b0acc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ ENV DATABASE_URL=${DATABASE_URL} RUN corepack enable RUN corepack prepare yarn@stable --activate WORKDIR /app +COPY --from=dependencies /app/node_modules ./node_modules COPY --from=builder /app/.next ./.next COPY --from=builder /app/.yarn ./.yarn COPY . ./