6 lines
108 B
Makefile
6 lines
108 B
Makefile
|
build:
|
||
|
podman build . -t caddy:latest
|
||
|
|
||
|
test:
|
||
|
podman run -it --rm localhost/caddy:latest caddy list-module
|