Refactoring

This commit is contained in:
PB
2025-11-06 17:55:56 +01:00
parent 988479dc5d
commit 3d8cd00256
24 changed files with 133 additions and 152 deletions

View File

@@ -14,9 +14,9 @@ Prepare local dev environment
```ln -s PATH_TO_THE_STACK_DIR/deploy/certs/identity-svc/identity-svc.key deploy/certs/identity-svc.key```
4. Build server app binary:
```make build-local```
```make build-local-server```
5. Run server app:
```make run-local```
```make run-local-server```
Build prod image:
$ make build-image-prod