repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
701e0e7
parent
e908a4c
author
Eric Bower
date
2022-07-29 03:37:44 +0000 UTC
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