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