++makefile
This commit is contained in:
parent
26ec23a7e7
commit
72942a8a3c
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -20,6 +20,10 @@ container: push
|
|||
docker build -t $(IMAGE_NAME):$(VERSION) .
|
||||
docker push $(IMAGE_NAME):$(VERSION)
|
||||
|
||||
justcontainer:
|
||||
docker build -t $(IMAGE_NAME):$(VERSION) .
|
||||
docker push $(IMAGE_NAME):$(VERSION)
|
||||
|
||||
push:
|
||||
git push
|
||||
|
||||
|
|
Loading…
Reference in a new issue