Update ubuntu_setup.sh

setup_fix
Rick Carlino 2020-02-05 09:01:34 -06:00
parent 0b4ea1e385
commit da00ca4d98
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ micro .env # ⚠ SKIP THIS STEP IF UPGRADING!
# ^ This is the most important step
# READ NOTE ABOVE. Very important!
# Install the correct version of bundler for the project
sudo docker-compose run web gem install bundler:2.1.4
# Install application specific Ruby dependencies
sudo docker-compose run web bundle install
# Install application specific Javascript deps