fix copy
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 4m36s

This commit is contained in:
2025-12-06 15:39:09 -05:00
parent 9dd38d15e4
commit 1485c27fe5

View File

@@ -25,7 +25,7 @@ ENV DATABASE_URL=${DATABASE_URL}
RUN corepack enable
RUN corepack prepare yarn@stable --activate
WORKDIR /app
COPY --from=builder /app/build /app/build
COPY --from=builder /app/build ./build
COPY --from=builder /app/.yarn ./.yarn
EXPOSE 3000