Skip to content

Commit 13c9d33

Browse files
committed
Dockerfile reinstall bundler try fix docker bundle error
1 parent 1ae074b commit 13c9d33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN mkdir -p /home/app &&\
1111
rm -rf '/tmp/*' &&\
1212
rm -rf /etc/nginx/conf.d/default.conf
1313

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

0 commit comments

Comments
 (0)