@ problem
This commit is contained in:
parent
f1d56d05ec
commit
02ce0f204b
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ SHELL = /bin/sh
|
||||||
.PHONY: all clean depend install docker push
|
.PHONY: all clean depend install docker push
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo "Run make docker to build docker image"
|
echo "Run make docker to build docker image"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
||||||
|
|
@ -56,7 +56,7 @@ distclean: clean
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
sudo docker build -t $(IMAGE) .
|
sudo docker build -t $(IMAGE) .
|
||||||
@echo "cd ../example; make docker to build example application"
|
echo "cd ../example; make docker to build example application"
|
||||||
|
|
||||||
push:
|
push:
|
||||||
sudo docker push $(IMAGE)
|
sudo docker push $(IMAGE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue