update docs to match new build script + fixes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-11-15 11:04:19 +01:00
parent 657b0da3c7
commit 5e7bdb0109
15 changed files with 36 additions and 61 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ necessary environment variables:
```sh
yarn tsc
yarn build
yarn build:backend
yarn workspace example-backend build-image
docker run -p 7007:7007 example-backend
```