From 19616b039c60ed09a745f164e6d4cf977aec281c Mon Sep 17 00:00:00 2001 From: qwertyforce Date: Wed, 5 Jul 2023 22:08:28 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f6c3d2..96fa3cb 100644 --- a/README.md +++ b/README.md @@ -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 +