From c88a72e97ee79653e892f3566d22c88c96581ac4 Mon Sep 17 00:00:00 2001 From: kartofen Date: Tue, 25 Oct 2022 22:36:59 +0300 Subject: change some docker compose things --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 84fcd84..d4bd859 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This is the API of the [scale project](https://git.batnako.net/scale.git). ### Build and Run +Make sure to run `npm update`. To deploy this api first you have to start the database: `docker-compose up -d db`. And then run the API: `docker-compose up scale-api`. -- cgit v1.2.3