diff --git a/README.md b/README.md index f1d8228..8c3d76f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Update the settings file ### Start app ```bash -docker compose up +cd webapp/ && npm install && cd .. && docker compose up ``` ### Stop app