no more copy, I guess?
Some checks are pending
Main / build-and-push-docker-image (20.x) (push) Waiting to run

This commit is contained in:
2025-12-05 20:18:06 -05:00
parent 574eba30b4
commit c4316f0425

View File

@@ -7,7 +7,6 @@ COPY package.json yarn.lock ./
RUN corepack enable yarn && yarn install --immutable
# Stage 2: Build the application
COPY /app/node_modules ./node_modules
COPY . .
RUN corepack enable yarn && yarn build