8 lines
145 B
Makefile
8 lines
145 B
Makefile
|
|
||
|
DOCKER_ORGANIZATION := ducampsv
|
||
|
DOCKER_IMAGE:= docker-backup-postgres
|
||
|
|
||
|
|
||
|
build:
|
||
|
docker buildx build . -t $(DOCKER_ORGANIZATION)/$(DOCKER_IMAGE)
|