Skip to content

Commit

Permalink
don't run yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
gkostin1966 committed Oct 9, 2024
1 parent cc1addd commit 9243094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/branch.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ COPY --chown=$UID:$GID ./sample-ead $FINDING_AID_DATA
USER $UNAME
WORKDIR $APP_PATH

RUN rm *.lock
#RUN rm *.lock
RUN gem install 'bundler:~>2.2.21'
RUN bundle config --local build.sassc --disable-march-tune-native
RUN bundle install
RUN yarn install
#RUN yarn install

ENV RAILS_ENV production
RUN bundle exec rails assets:precompile
Expand Down

0 comments on commit 9243094

Please sign in to comment.