Create Makefile

This commit is contained in:
Aleksey Ovchinnikov
2021-09-03 15:31:14 +07:00
committed by GitHub
parent b4946dd7b3
commit 1f706e3e7b
+5
View File
@@ -0,0 +1,5 @@
ROOT:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
IMAGE_NAME:=alfis
build:
docker build -t ${IMAGE_NAME} .