diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? |