Actualizar 'README.md'

This commit is contained in:
2021-09-15 19:15:41 +00:00
parent 6d2171c61b
commit 38513bd07b

View File

@ -8,10 +8,8 @@ Use the above command to run API on your local machine on port 9090.
Building Docker Image Building Docker Image
``` bash
> docker build -t microsrvice . docker build -t microsrvice .
docker images
> docker images docker run -p 9090:9090 microservice
```
> docker run -p 9090:9090 microservice