Dockerfile for build centos linux binary with gcc, go, make, nodejs
Go to file
Lunny Xiao b92c8fc455
Some checks failed
Build image / build-image (push) Failing after 14s
Use actions instead of drone
2023-05-09 12:22:31 +08:00
.gitea/workflows Use actions instead of drone 2023-05-09 12:22:31 +08:00
.gitignore init project 2020-04-28 10:29:04 +08:00
Dockerfile fix version 2022-08-09 21:37:02 +08:00
go.mod upgrade nodejs to 14 2022-08-09 21:26:54 +08:00
README.md Upgrade drone 2021-04-09 14:29:16 +08:00

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