fix command First-time setup docker

This commit is contained in:
Rendy Wijaya 2020-06-09 13:11:18 +07:00 committed by GitHub
parent cb4e03077f
commit ec4b0cf9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ First time setup:
docker-compose build
# 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: