aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-10-25 22:36:05 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-10-25 22:36:05 +0300
commit921421f2e2f44178333f8ef3011c43bc4eb6e39e (patch)
treec8a2fe5bc3b1fd2d080574da4bb58d9f2db3d943 /README.md
parent9dfd6aa77518b3a1e6bfd926a3b7719c32a8c97f (diff)
fix some docker compose things
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 975962f..cf60646 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,9 @@ You can find the API [here](https://git.batnako.net/scale-api.git/).
### Build and Run
-For development I use: `NODE_TLS_REJECT_UNAUTHORIZED=0 DEV=1 npm run dev`
-To delpoy it with docker: `docker-compose up scale`
+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`.
### What can it do?