Skip to content

Commit

Permalink
Merge pull request #73 from datacite/revert_fix
Browse files Browse the repository at this point in the history
Fix build issue
  • Loading branch information
ashwinisukale authored Nov 18, 2024
2 parents 2e3e299 + 4978d2c commit e1764e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ RUN mkdir -p /home/app/webapp/vendor/bundle && \
WORKDIR /home/app/webapp
RUN gem install rubygems-update -v 3.5.6 && \
gem install bundler:2.5.6 && \
su - app -c "bundle install --path vendor/bundle"
su - app -c "bundle config set path 'vendor/bundle'" && \
su - app -c 'cd /home/app/webapp && bundle install'

# Run additional scripts during container startup (i.e. not at build time)
WORKDIR /home/app/webapp
Expand Down

0 comments on commit e1764e6

Please sign in to comment.