From 2039dd9bf1da74490d40d7feeee512e4bca803c2 Mon Sep 17 00:00:00 2001 From: Nils Hoffmann <3309580+nilshoffmann@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:19:14 +0100 Subject: [PATCH] Fixed docker compose watch command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83185a7..c5a49f7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This will then open the Home screen of the app. The following steps can be found Alternatively, during development, you can use docker compose to build and run the app using the `watch` feature locally: ```bash -docker compose up --watch +docker compose watch ``` This will automatically sync file changes from your local machine to the docker container. Streamlit will automatically pick up file changes and will offer to reload the application.