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:
|
push:
|
||||||
@docker push $(DOCKER_IMAGE)
|
@docker push $(DOCKER_IMAGE)
|
||||||
@docker push $(REPO)
|
|
||||||
|
|
||||||
r:
|
r:
|
||||||
@docker run -it -p 8080:8080 $(DOCKER_IMAGE)
|
@docker run -it -p 8080:8080 $(DOCKER_IMAGE)
|
||||||
|
|
||||||
release:
|
release:
|
||||||
@build
|
@make build
|
||||||
@push
|
@make push
|
||||||
|
|
Loading…
Reference in a new issue