Skip to content

Commit

Permalink
rewriting how to rebuild Tsuru API w/ Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nettoclaudio committed Aug 28, 2023
1 parent e544ef6 commit f30faa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/contributing/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ minikube delete --all

### How do I rebuild the Tsuru API after changing its source code?

During development cycle, you might need to rebuild Tsuru source code and relaunch it.
Everytime you need to do it you should run:
During the development cycle, you can rebuild and relaunch the Tsuru API with your changes.
To do so, just run the code below:

``` bash
docker-compose run --rebuild tsuru-api
docker-compose up --build tsuru-api
```

## Troubleshooting
Expand Down

0 comments on commit f30faa3

Please sign in to comment.