alpine-nginx-php/Makefile

11 lines
144 B
Makefile
Raw Normal View History

2015-11-08 18:58:38 +00:00
NAME = alpine-nginx-php
TAG = latest
IMAGE = michaeldim/$(NAME)
.PHONY: all build
all: build
build:
@docker build -t $(IMAGE):$(TAG) --rm .