Merge pull request #1458 from rendyuwu/contribution

fix command First-time setup docker
This commit is contained in:
Rico Sta. Cruz 2020-06-13 10:07:40 +10:00 committed by GitHub
commit c46a9c2c6d
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 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: