connectiq-ura/api/Makefile

10 lines
110 B
Makefile

IMAGE = stv0g/connectiq-ura
all: push
image:
docker build . -t $(IMAGE)
push: image
docker push $(IMAGE)