Updated readme with docker info
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/promote/production Build is failing Details

main
Antonio De Lucreziis 2 years ago
parent a3021c7475
commit 81df0d0014

@ -15,3 +15,11 @@ $ go test -v ./...
```bash shell
$ go build -o ./bin/drone-example .
```
# Docker
```bash shell
$ docker build -t drone-example .
$ docker rm -f drone-example
$ docker run -d -p 127.241.212.77:1098 --restart always --name drone-example drone-example
```
Loading…
Cancel
Save