diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-10-25 22:36:59 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-10-25 22:36:59 +0300 |
commit | c88a72e97ee79653e892f3566d22c88c96581ac4 (patch) | |
tree | 906c91ed43ac93b1b0c973bb7e518de644327de9 /README.md | |
parent | d4623316147306fa56e7a5317ea608dff975eb6d (diff) |
change some docker compose things
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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`. |