Makefile 205 B

1234
  1. VERSION=latest
  2. build:
  3. docker build -t registry.cn-hangzhou.aliyuncs.com/tuon-pub/img-processor:$(VERSION) -f ./Dockerfile .
  4. docker push registry.cn-hangzhou.aliyuncs.com/tuon-pub/img-processor:$(VERSION)