docker-s3-volume-watch/Makefile

9 lines
124 B
Makefile
Raw Permalink Normal View History

2023-06-26 14:49:03 +02:00
NAME = simonc/s3-sync
2014-12-04 06:39:05 +01:00
.PHONY: build release
build:
docker build -t $(NAME):latest .
release:
docker push $(NAME):latest