Removed redundant yarn install command. (#5764)

This commit is contained in:
Nick Taylor 2020-01-27 13:10:14 -05:00 committed by Jacob Herrington
parent e582e2a245
commit c91080c371

View file

@ -70,7 +70,7 @@ and start the container again_
1. run `docker-compose build`
1. run `docker-compose run web rails db:setup`
1. run `docker-compose run web yarn install`
1. run `docker-compose run web yarn`
1. run `docker-compose up`
1. That's it! Navigate to <http://localhost:3000>