9 lines
105 B
Makefile
9 lines
105 B
Makefile
|
|
TAG=registry.rudin.io/x86/minetest-webmail
|
|
|
|
build:
|
|
docker build . -t $(TAG)
|
|
|
|
push:
|
|
docker push $(TAG)
|