Remove redundant yarn step for Docker (#6572)

This commit is contained in:
Mac Siri 2020-03-11 11:56:31 -04:00 committed by GitHub
parent d28fc8e026
commit 5a9cf514d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,6 @@ 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`
1. run `docker-compose run web rails search:setup`
1. run `docker-compose up`
1. That's it! Navigate to <http://localhost:3000>