Skip to content

Commit d3fa41b

Browse files
committed
docker compose build
1 parent dab6922 commit d3fa41b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/docs/contributing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ The `docker-compose.yml` file starts a minimal setup with a `db` container
194194
containing a Postgres database and an `app` container that is similar to running
195195
in CLI mode.
196196

197+
To rebuild the docker containers, run:
198+
199+
```sh
200+
docker compose build
201+
```
202+
197203
To run the `db` and `app` containers in the backround, run the following:
198204

199205
```sh

0 commit comments

Comments
 (0)