mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +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 |