From b611e8e130d1dc396385d7ba937fc76f6791cc68 Mon Sep 17 00:00:00 2001 From: Patrick Niyogitare <54368821+PatrickNiyogitare28@users.noreply.github.com> Date: Sun, 28 Jan 2024 23:58:43 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3692f41..0d127a9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Follow the guide on [here](https://github.com/PatrickNiyogitare28/multi-auth-mic ## Getting started -`git clone https://github.com/knowbee/stackoverflow-auth-microservice.git` +`git clone https://github.com/PatrickNiyogitare28/multi-auth-microservice.git` `cd node-boilerplate` @@ -52,13 +52,13 @@ Follow the guide on [here](https://github.com/PatrickNiyogitare28/multi-auth-mic Building a production docker image ```sh $ docker build . -t /app-name -# docker build . -t knowbee/stackoverflow-auth-microservice/ +# docker build . -t PatrickNiyogitare28/multi-auth-microservice ``` Running the production docker image in a container ```sh $ docker run -p : [image-name or image-id] -# docker run -p 5000:5000 knowbee/stackoverflow-auth-microservice/ +# docker run -p 5000:5000 PatrickNiyogitare28/multi-auth-microservice ```