diff --git a/Dockerfile b/Dockerfile index be9a2c8..d1f2610 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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