Skip to content

Commit

Permalink
Make target
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jun 8, 2021
1 parent 0bafc3f commit 8004bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GOOS=darwin GOARCH=amd64 go build -ldflags "-X main.version=v0.1.0" -o mysqlscep
## Docker build and run

```
make mysqlscepserver-linux-amd64
make docker
docker build . --tag jessepeterson/mysqlscepserver:latest
docker run -it --rm -p 8080:8080 jessepeterson/mysqlscepserver:latest -dsn 'scepuser:scepsecret@tcp(127.0.0.1:3306)/scepdb' -capass casecret -api apisecret
```

0 comments on commit 8004bcd

Please sign in to comment.