1
0
mirror of /repos/rpi-node.git synced 2025-12-30 08:01:30 +01:00

cleanup makefile

Conflicts:
	Makefile
This commit is contained in:
Dieter Reuter 2015-02-22 16:12:39 +01:00 committed by Aiko Mastboom
parent c662ef3c92
commit e8ffa1aa4d

View File

@ -1,10 +1,8 @@
.PHONY: all build push test version
DOCKER_IMAGE_VERSION=0.10.36
DOCKER_IMAGE_NAME=aiko/rpi-node
DOCKER_IMAGE_TAGNAME=$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION)
all: build
default: build
build:
docker build -t $(DOCKER_IMAGE_TAGNAME) .