diff --git a/Dockerfile b/Dockerfile index c5bf4345d..d8020c331 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR $APP_HOME COPY Gemfile* .ruby-version ./ RUN bundle install COPY package.json yarn.lock ./ -RUN yarn set version berry && yarn install --immutable +RUN yarn install --immutable COPY . . RUN bootsnap precompile --gemfile . RUN rails assets:precompile && rm -fr log