mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-02-07 13:11:24 +01:00
4 lines
75 B
Makefile
4 lines
75 B
Makefile
.PHONY: build
|
|
build:
|
|
@docker build -t offen/docker-volume-backup:latest .
|