Skip to content

Commit

Permalink
revert the change as its not the cause of the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinisukale committed Nov 18, 2024
1 parent 2e3e299 commit 5799716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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"
/sbin/setuser app bundle install --path vendor/bundle

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

0 comments on commit 5799716

Please sign in to comment.