This commit is contained in:
@@ -6,6 +6,9 @@ WORKDIR /app
|
|||||||
# RUN corepack enable yarn && yarn set version stable
|
# RUN corepack enable yarn && yarn set version stable
|
||||||
|
|
||||||
COPY package.json yarn.lock .yarnrc.yml .yarn ./
|
COPY package.json yarn.lock .yarnrc.yml .yarn ./
|
||||||
|
RUN ls -la
|
||||||
|
RUN ls -la app
|
||||||
|
RUN ls -la .yarn
|
||||||
|
|
||||||
RUN yarn install --immutable
|
RUN yarn install --immutable
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user