We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f34457a commit 3d160c5Copy full SHA for 3d160c5
docker/Makefile
@@ -0,0 +1,4 @@
1
+ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
2
+
3
+build: $(ROOT_DIR)/docker-bake.hcl
4
+ cd $(ROOT_DIR)/.. && docker buildx bake -f $(ROOT_DIR)/docker-bake.hcl
0 commit comments