Skip to content

Commit

Permalink
update contributing (#556)
Browse files Browse the repository at this point in the history
Make docker compose commands consistent
  • Loading branch information
olekspickle authored Jan 6, 2023
1 parent d113ca1 commit 85268c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ cargo run --manifest-path ../../../Cargo.toml --bin cargo-shuttle -- logs
The steps outlined above starts all the services used by shuttle locally (ie. both `gateway` and `deployer`). However, sometimes you will want to quickly test changes to `deployer` only. To do this replace `make up` with the following:

```bash
docker-compose -f docker-compose.rendered.yml up provisioner
docker compose -f docker-compose.rendered.yml up provisioner
```

This prevents `gateway` from starting up. Now you can start deployer only using:
Expand Down

0 comments on commit 85268c9

Please sign in to comment.