Update README.md

main
qwertyforce 2023-07-05 22:08:28 +03:00 committed by GitHub
parent e9ce355706
commit 19616b039c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,12 @@ API Gateway for:
## Installation
1. Clone the repository
2. ```npm install```
2. ```npm install```
## Usage
```npm run build``` -> builds .ts files
```npm run start``` -> starts the server
## Docker
```docker network create --driver bridge ambience_net ``` -> create network for microservices
```docker build -t qwertyforce/ambience:1.0.0 --network host -t qwertyforce/ambience:latest ./``` -> build
```docker run -d --rm -p 127.0.0.1:44444:44444 --network=ambience_net --name ambience qwertyforce/ambience:1.0.0``` -> run as daemon