mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
6 lines
179 B
Bash
Executable File
6 lines
179 B
Bash
Executable File
cp services/test/image/.dockerignore .
|
|
pushd micro
|
|
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
|
|
popd
|
|
DOCKER_BUILDKIT=1 docker build -t micro -f services/test/image/Dockerfile .
|