Docker test

This commit is contained in:
2021-09-15 19:11:17 +00:00
parent eef066b179
commit 9128b4aa0c
3 changed files with 13 additions and 12 deletions

View File

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