mail/webmail/Makefile

9 lines
105 B
Makefile
Raw Normal View History

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