mail/webmail/Makefile
2018-12-05 12:04:39 +01:00

9 lines
105 B
Makefile

TAG=registry.rudin.io/x86/minetest-webmail
build:
docker build . -t $(TAG)
push:
docker push $(TAG)