ls app folder
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m35s
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m35s
This commit is contained in:
@@ -5,6 +5,7 @@ RUN corepack enable
|
||||
RUN corepack prepare yarn@stable --activate
|
||||
COPY package.json yarn.lock /app/
|
||||
RUN yarn install --immutable
|
||||
RUN ls -lR /app
|
||||
|
||||
# --- Stage 2: Builder ---
|
||||
FROM node:20-alpine AS builder
|
||||
|
||||
Reference in New Issue
Block a user