Преглед на файлове

Clarify that you need to wait 10 seconds after the docker command completes

Matt Westcott преди 2 години
родител
ревизия
ad41681491
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -94,7 +94,7 @@ cd bakerydemo
 docker compose up --build -d
 ```
 
-Wait 10 seconds for the database setup to complete. Then run:
+After this command completes and returns to the command prompt, wait 10 more seconds for the database setup to complete. Then run:
 
 ```bash
 docker compose run app /venv/bin/python manage.py load_initial_data