Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 238 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 238 Bytes

Wizbii Caddy docker image

This image only contains the caddy binary under /caddy, it's meant to be used in a multistage Dockerfile:

FROM alpine

COPY --from=wizbii/caddy /caddy /usr/local/bin/caddy

CMD ["caddy"]