diff --git a/Dockerfile b/Dockerfile index 16063e3..a5b19f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM docker.io/library/caddy:builder AS builder RUN xcaddy build \ - --with github.com/caddy-dns/linode + --with github.com/caddy-dns/linode \ + --with github.com/mholt/caddy-l4 FROM docker.io/library/caddy:latest diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0dbfad5 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +build: + podman build . -t caddy:latest + +test: + podman run -it --rm localhost/caddy:latest caddy list-module