wmj-test/webdav/Makefile

7 lines
98 B
Makefile

TAG = docker.educg.net/cg/webdav:v1.0
build:
docker build -t $(TAG) .
push:
docker push $(TAG)