diff --git a/backend/installation/README.md b/backend/installation/README.md index 62cc649f3..43197e22a 100644 --- a/backend/installation/README.md +++ b/backend/installation/README.md @@ -53,7 +53,7 @@ npm run dev # you will need to build the app first (done while building the docker image) npm run build # run after build (dist folder must exist) -npm run startnpm run start +npm run start ``` {% endtab %}