From 8df728530e8d5885334dc31f4a49d80f8e4804a9 Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Fri, 13 Jun 2025 17:11:56 -0400 Subject: [PATCH] docs: update docker compose commands to force rebuild --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: