alpine-nginx-php/Makefile
2015-11-08 18:58:38 +00:00

10 lines
144 B
Makefile

NAME = alpine-nginx-php
TAG = latest
IMAGE = michaeldim/$(NAME)
.PHONY: all build
all: build
build:
@docker build -t $(IMAGE):$(TAG) --rm .