mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-02-22 21:12:16 +00:00
7 lines
104 B
Docker
7 lines
104 B
Docker
FROM caddy:2.3.0-alpine
|
|
|
|
RUN apk add --no-cache \
|
|
bash \
|
|
bind-tools
|
|
|
|
COPY Caddyfile /etc/caddy/Caddyfile |