5 lines
58 B
Makefile
5 lines
58 B
Makefile
all:
|
|
echo OK
|
|
build:
|
|
podman build -t nginx-self-signed .
|