7 lines
83 B
Makefile
7 lines
83 B
Makefile
|
|
[private]
|
|
default: build
|
|
|
|
# Build the image.
|
|
build:
|
|
buildah build -t mitra .
|