docs: update docker compose commands to force rebuild
This commit is contained in:
@@ -45,7 +45,7 @@ python migrate.py
|
||||
To run the migration in Docker:
|
||||
|
||||
```bash
|
||||
docker compose --profile migrate up migrate
|
||||
docker compose --profile migrate up --build migrate
|
||||
```
|
||||
|
||||
This will safely add the description column to your existing database without affecting existing data.
|
||||
@@ -57,7 +57,7 @@ This will safely add the description column to your existing database without af
|
||||
1. Start the application:
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
docker compose up --build -d
|
||||
```
|
||||
|
||||
2. Stop the application:
|
||||
|
||||
Reference in New Issue
Block a user