7 lines
170 B
Makefile
7 lines
170 B
Makefile
DOCKER_ORGANIZATION := ducampsv
|
|
DOCKER_IMAGE := chainetv
|
|
DOCKER_TAG ?= base
|
|
|
|
docker-build:
|
|
docker buildx build -t $(DOCKER_ORGANIZATION)/$(DOCKER_IMAGE):$(DOCKER_TAG) .
|