copy node_monudes
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m19s
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m19s
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/node_modules ./
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user