repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
701e0e7
parent
e908a4c
author
Eric Bower
date
2022-07-28 23:37:44 -0400 EDT
fix: rm dockerfile in pastes
1 files changed,  +0, -8
D pastes/Dockerfile.caddy
+0, -8
1@@ -1,8 +0,0 @@
2-FROM caddy:builder-alpine AS builder
3-
4-RUN xcaddy build \
5-    --with github.com/caddy-dns/cloudflare
6-
7-FROM caddy:alpine
8-
9-COPY --from=builder /usr/bin/caddy /usr/bin/caddy