Skip to content

Commit 6288d01

Browse files
chore: Update docker-compose command to rebuild containers during startup
1 parent 4c7b60e commit 6288d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Docker compose will use the `.env` file to set environment variables.
6060

6161
```bash
6262
docker compose down
63-
docker compose up -d
63+
docker compose up --build -d
6464
```
6565

6666
## Usage

0 commit comments

Comments
 (0)