remove: --immutable --immutable-cache
This commit is contained in:
parent
23b2361df5
commit
2b879489e9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM node:18.17.1
|
||||||
RUN mkdir app
|
RUN mkdir app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN yarn install --immutable --immutable-cache
|
RUN yarn install
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue