mirror of
https://github.com/mpolden/echoip.git
synced 2025-01-13 11:47:29 +01:00
Remove unnecessary option
This commit is contained in:
parent
3a91baab21
commit
27fa828efb
2
Makefile
2
Makefile
@ -42,7 +42,7 @@ docker-login:
|
|||||||
docker-test:
|
docker-test:
|
||||||
$(eval CONTAINER=$(shell docker run --rm --detach --publish-all $(DOCKER_IMAGE)))
|
$(eval CONTAINER=$(shell docker run --rm --detach --publish-all $(DOCKER_IMAGE)))
|
||||||
$(eval DOCKER_PORT=$(shell docker port $(CONTAINER) | cut -d ":" -f 2))
|
$(eval DOCKER_PORT=$(shell docker port $(CONTAINER) | cut -d ":" -f 2))
|
||||||
curl -qfsS -m 5 localhost:$(DOCKER_PORT) > /dev/null; docker stop $(CONTAINER)
|
curl -fsS -m 5 localhost:$(DOCKER_PORT) > /dev/null; docker stop $(CONTAINER)
|
||||||
|
|
||||||
docker-push: docker-test docker-login
|
docker-push: docker-test docker-login
|
||||||
docker push $(DOCKER_IMAGE)
|
docker push $(DOCKER_IMAGE)
|
||||||
|
Loading…
Reference in New Issue
Block a user