2026-04-07 15:44:13 +00:00
|
|
|
FROM caddy:latest
|
2026-04-10 19:51:03 +00:00
|
|
|
RUN apk add --no-cache bash jq curl git docker-cli python3 openssh-client autossh
|
2026-04-01 17:58:04 +00:00
|
|
|
COPY entrypoint-edge.sh /usr/local/bin/entrypoint-edge.sh
|
2026-04-15 09:24:05 +00:00
|
|
|
|
|
|
|
|
VOLUME /data
|
|
|
|
|
|
2026-04-01 17:58:04 +00:00
|
|
|
ENTRYPOINT ["bash", "/usr/local/bin/entrypoint-edge.sh"]
|