diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-10-26 18:03:58 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-10-26 18:03:58 +0300 |
commit | 9ad43ed4d41906af8ae33160b30d6cd6a6ae9bc0 (patch) | |
tree | 65c17129709d70b34fc1f7ac5b48d9d479468ee8 /README.md | |
parent | 921421f2e2f44178333f8ef3011c43bc4eb6e39e (diff) |
prod version
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? |