formatting

This commit is contained in:
Jakub Sokołowski 2018-06-28 14:17:47 +02:00
parent bcb70dc6d3
commit 5c553b08ff
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@ IMAGE_NAME = 'statusteam/p2p-health-bot'
all: docker-image
docker-image:
docker build \
docker build . \
-t $(IMAGE_NAME):$(COMMIT) \
-t $(IMAGE_NAME):latest \
.
-t $(IMAGE_NAME):latest