update copy command
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m27s
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m27s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user