Check tarraformer

This commit is contained in:
Anton Vakhrushev
2019-09-27 15:06:49 +03:00
parent d5af20a2cf
commit d7c8acaecb
4 changed files with 17 additions and 13 deletions

View File

@ -6,6 +6,9 @@ build-docker:
docker pull alpine:edge
docker build -t $(APP_NAME)-crystal .
.PHONY: install
install: build-docker
.PHONY: build
build:
mkdir -p build