From c91080c371bd8d061b0adc48c3c1b535b291f734 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Mon, 27 Jan 2020 13:10:14 -0500 Subject: [PATCH] Removed redundant yarn install command. (#5764) --- docs/installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/docker.md b/docs/installation/docker.md index 12eaca352..94a1d978a 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -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