Skip to content

Commit

Permalink
Tag docker image as latest and fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Oct 6, 2017
1 parent 9eaed0b commit 18bee8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ endif

docker-image:
docker build -t $(DOCKER_ORG)/kiwi:$(KIWI_VERSION) .
docker tag $(DOCKER_ORG)/kiwi:$(KIWI_VERSION) $(DOCKER_ORG)/kiwi:latest

run:
docker compose up
docker-compose up


.PHONY: help
Expand Down

0 comments on commit 18bee8c

Please sign in to comment.