update copy command
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m27s

This commit is contained in:
2025-12-05 23:07:11 -05:00
parent b44487c18e
commit 7c0c668933

View File

@@ -11,7 +11,7 @@ FROM node:20-alpine AS builder
RUN corepack enable
RUN corepack prepare yarn@stable --activate
WORKDIR /app
COPY --from=dependencies /app .
COPY --from=dependencies /app ./
COPY . .
RUN yarn build