Update makefile.
This commit is contained in:
parent
aaa473a434
commit
ae3789431f
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue