Skip to content

Commit

Permalink
Set Ruby version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
entantoencuanto committed Jul 15, 2024
1 parent 6798235 commit 9380872
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ RUN rm /etc/nginx/sites-enabled/default
RUN mkdir -p $HOME
WORKDIR $HOME

RUN bash -lc 'rvm install ruby-3.0.6'
RUN bash -lc 'rvm --default use ruby-3.0.6'

# Install bundle of gems
RUN gem install bundler:2.3.6
ADD Gemfile Gemfile
Expand Down

0 comments on commit 9380872

Please sign in to comment.