Skip to content

Commit

Permalink
Fixed docker compose watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed Jan 30, 2024
1 parent c616dd3 commit 2039dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2039dd9

Please sign in to comment.