added copy
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 4m42s

This commit is contained in:
2025-12-06 16:01:16 -05:00
parent 84e989de7e
commit f348f33fe0

View File

@@ -31,6 +31,7 @@ RUN corepack prepare yarn@stable --activate
WORKDIR /app
COPY --from=builder /app/.next ./.next
COPY --from=builder /app/.yarn ./.yarn
COPY . ./
EXPOSE 3000