Skip to content

Commit

Permalink
docs(README): start not startlocal
Browse files Browse the repository at this point in the history
Signed-off-by: Machiko Yasuda <[email protected]>
  • Loading branch information
Machiko Yasuda committed Jun 7, 2019
1 parent a02c29a commit 0102e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ docker-compose up -d && docker-compose logs -f
Change the `INTERNAL_GRAPHQL_URL` in `.env` to the production API URL. The URL should end in `/graphql-alpha`, like: `https://my-website.com/graphql-alpha`. Save the `.env` file and restart the application with:

```sh
docker-compose run --rm --service-ports web yarn start:local
docker-compose run --rm --service-ports web yarn start
```

### Run commands in container
Expand Down

0 comments on commit 0102e03

Please sign in to comment.