Update makefile.

This commit is contained in:
Alex Myasoedov 2019-01-12 19:13:06 +02:00
parent aaa473a434
commit ae3789431f

View file

@ -13,11 +13,10 @@ build:
push:
@docker push $(DOCKER_IMAGE)
@docker push $(REPO)
r:
@docker run -it -p 8080:8080 $(DOCKER_IMAGE)
release:
@build
@push
@make build
@make push