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

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