Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Commit ae37894

Browse files
committed
Update makefile.
1 parent aaa473a commit ae37894

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ build:
1313

1414
push:
1515
@docker push $(DOCKER_IMAGE)
16-
@docker push $(REPO)
1716

1817
r:
1918
@docker run -it -p 8080:8080 $(DOCKER_IMAGE)
2019

2120
release:
22-
@build
23-
@push
21+
@make build
22+
@make push

0 commit comments

Comments
 (0)