mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 00:30:29 +01:00
6 lines
103 B
Makefile
6 lines
103 B
Makefile
DOCKER_TAG ?= local
|
|
|
|
.PHONY: build
|
|
build:
|
|
@docker build -t offen/docker-volume-backup:$(DOCKER_TAG) .
|