connectiq-ura/api/Makefile

10 lines
110 B
Makefile
Raw Permalink Normal View History

2021-01-19 13:35:10 +01:00
IMAGE = stv0g/connectiq-ura
all: push
image:
docker build . -t $(IMAGE)
push: image
docker push $(IMAGE)