Skip to content

Commit

Permalink
Do Capistrano externals setup as part of Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Dec 4, 2024
1 parent b09069e commit de45c13
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 @@ -34,6 +34,7 @@ RUN git clone https://github.com/rbenv/rbenv-vars.git $(rbenv root)/plugins/rben
ADD . /root/sosol/
WORKDIR /root/sosol
RUN rbenv install && rbenv rehash && gem install bundler:2.2.32 && rbenv rehash && bundle install && jruby -v && java -version && touch config/environments/development_secret.rb config/environments/production_secret.rb config/environments/test_secret.rb
RUN bundle exec cap local externals:setup
# RUN RAILS_ENV=test ./script/setup

# Finally, start the application
Expand Down

0 comments on commit de45c13

Please sign in to comment.