File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,9 @@ RUN gem install bundler --version 2.5.22
123123COPY --chown=$APP_USER:$APP_USER Gemfile* ./
124124RUN bundle install
125125
126+ COPY --chown=$APP_USER:$APP_USER package.json yarn.lock ./
127+ RUN yarn install
128+
126129# Copy the rest of the codebase. We do this after bundle-install so that
127130# changes unrelated to the gemset don't invalidate the cache and force a slow
128131# re-install.
Original file line number Diff line number Diff line change 1313 "version" : " 0.1.0" ,
1414 "devDependencies" : {
1515 "webpack-dev-server" : " ^3"
16- }
16+ },
17+ "packageManager" : " yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
1718}
You can’t perform that action at this time.
0 commit comments