We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 434a078 + 54898ef commit 7df5844Copy full SHA for 7df5844
1 file changed
Makefile
@@ -42,7 +42,7 @@ build:
42
test:
43
${DEV_ENV_CMD} sh -c 'go test $$(glide nv)'
44
45
-docker-build:
+docker-build: build
46
docker build --rm -t ${IMAGE} rootfs
47
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
48
0 commit comments