remove: --immutable --immutable-cache

This commit is contained in:
Siwoo Jeon 2023-09-23 14:27:32 +09:00
parent 23b2361df5
commit 2b879489e9
Signed by: migan
GPG key ID: C4151385FFD2082A

View file

@ -2,7 +2,7 @@ FROM node:18.17.1
RUN mkdir app
WORKDIR /app
COPY . .
RUN yarn install --immutable --immutable-cache
RUN yarn install
RUN yarn build