Skip to content

Commit

Permalink
Removed redundant yarn install command. (#5764)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline authored and jacobherrington committed Jan 27, 2020
1 parent e582e2a commit c91080c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit c91080c

Please sign in to comment.