mirror of
https://github.com/Revertron/Alfis.git
synced 2024-12-06 19:26:25 +01:00
6 lines
123 B
Makefile
6 lines
123 B
Makefile
ROOT:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
|
IMAGE_NAME:=alfis
|
|
|
|
build:
|
|
docker build -t ${IMAGE_NAME} .
|