mail/Makefile
NatureFreshMilk 0056ecaced restructuring
2019-09-16 08:14:53 +02:00

9 lines
105 B
Makefile

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