docs: update docker compose commands to force rebuild

This commit is contained in:
Ryan Chen
2025-06-13 17:11:56 -04:00
parent 5081785dae
commit 8df728530e

View File

@@ -45,7 +45,7 @@ python migrate.py
To run the migration in Docker: To run the migration in Docker:
```bash ```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. 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: 1. Start the application:
```bash ```bash
docker compose up -d docker compose up --build -d
``` ```
2. Stop the application: 2. Stop the application: