diff --git a/README.md b/README.md index 6417635..76b5c2d 100644 --- a/README.md +++ b/README.md @@ -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: