fix command First-time setup docker
This commit is contained in:
parent
cb4e03077f
commit
ec4b0cf9bd
|
@ -41,7 +41,7 @@ First time setup:
|
||||||
docker-compose build
|
docker-compose build
|
||||||
|
|
||||||
# First-time setup
|
# First-time setup
|
||||||
docker-compose run --rm web bundle install && yarn
|
docker-compose run --rm web bundle install && docker-compose run --rm web yarn install
|
||||||
```
|
```
|
||||||
|
|
||||||
Starting the server:
|
Starting the server:
|
||||||
|
|
Loading…
Reference in New Issue