diff --git a/Dockerfile b/Dockerfile index f99609c40..30541ad5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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