瀏覽代碼

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