Dockerfile for build centos linux binary with gcc, go, make, nodejs
|
||
---|---|---|
.gitea/workflows | ||
.gitignore | ||
Dockerfile | ||
go.mod | ||
README.md |
Usage
This assumes that you are using go mod to build.
docker run --rm -v "$PWD":/myrepo -w /myrepo lunny/centos-go-nodejs:latest go build