Morgan McMillian
42063d810b
All checks were successful
git.dreamfall.space/caddy-docker/pipeline/head This commit looks good
5 lines
108 B
Makefile
5 lines
108 B
Makefile
build:
|
|
podman build . -t caddy:latest
|
|
|
|
test:
|
|
podman run -it --rm localhost/caddy:latest caddy list-module
|