mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 06:25:07 +00:00
Move image back
This commit is contained in:
5
test/image/test-docker.sh
Executable file
5
test/image/test-docker.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
cp services/tests/image/.dockerignore .
|
||||
pushd micro
|
||||
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
|
||||
popd
|
||||
DOCKER_BUILDKIT=1 docker build -t micro -f services/tests/image/Dockerfile .
|
||||
Reference in New Issue
Block a user