Removed redundant yarn install command. (#5764)
This commit is contained in:
parent
e582e2a245
commit
c91080c371
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue