docker/web/web.dockerfile
author ymh <ymh.work@gmail.com>
Tue, 23 Jul 2024 23:18:21 +0200
changeset 129 f6b392c37e10
permissions -rw-r--r--
lucene 7.7.1 compiled but not compatible with ldt indexation

FROM docker.io/caddy:builder AS builder

RUN xcaddy build \
    --with github.com/BadAimWeeb/caddy-uwsgi-transport

FROM docker.io/caddy:latest

COPY --from=builder /usr/bin/caddy /usr/bin/caddy
COPY Caddyfile /etc/caddy/Caddyfile