aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cf60646..6dc1ccf 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ You can find the API [here](https://git.batnako.net/scale-api.git/).
Make sure to run `npm update` before anything else.
For development I use: `NODE_TLS_REJECT_UNAUTHORIZED=0 DEV=1 npm run dev`.
-To delpoy it with docker: `docker-compose up scale`.
+To delpoy it you have first to build it with `npm run build` and then run docker compose with: `docker-compose up scale`.
### What can it do?