Create Makefile
This commit is contained in:
committed by
GitHub
parent
b4946dd7b3
commit
1f706e3e7b
@@ -0,0 +1,5 @@
|
||||
ROOT:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||
IMAGE_NAME:=alfis
|
||||
|
||||
build:
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
Reference in New Issue
Block a user