aboutsummaryrefslogtreecommitdiff
path: root/18/alpine/development/Makefile
blob: 40938f83c4fdd1462d316489a04f30433c9ab225 (plain)
1
2
3
4
5
TAG=kennyballou/erlang-alpine-dev:18
.PHONY: build

build: Dockerfile
	@docker build -t ${TAG} .