p2p-health-bot/Makefile

10 lines
195 B
Makefile

COMMIT = $(shell git rev-parse --short HEAD)
IMAGE_NAME = 'statusteam/p2p-health-bot'
all: docker-image
docker-image:
docker build . \
-t $(IMAGE_NAME):$(COMMIT) \
-t $(IMAGE_NAME):latest