Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
thepatrickniyo authored Jan 28, 2024
1 parent eb56868 commit b611e8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <docker-username>/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 <app-port>:<localhost-port> [image-name or image-id]
# docker run -p 5000:5000 knowbee/stackoverflow-auth-microservice/
# docker run -p 5000:5000 PatrickNiyogitare28/multi-auth-microservice
```


0 comments on commit b611e8e

Please sign in to comment.