From 921421f2e2f44178333f8ef3011c43bc4eb6e39e Mon Sep 17 00:00:00 2001 From: kartofen Date: Tue, 25 Oct 2022 22:36:05 +0300 Subject: fix some docker compose things --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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? -- cgit v1.2.3