Skip to content

Commit

Permalink
Dockerfile reinstall bundler try fix docker bundle error
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jan 5, 2023
1 parent 1ae074b commit 13c9d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN mkdir -p /home/app &&\
rm -rf '/tmp/*' &&\
rm -rf /etc/nginx/conf.d/default.conf

RUN gem install bundler
ADD Gemfile Gemfile.lock package.json yarn.lock /home/app/homeland/
# Do not enable bundle deployment, use globalize mode, Puma tmp_restart need it.
RUN bundle install && yarn &&\
Expand Down

0 comments on commit 13c9d33

Please sign in to comment.