Files
aleksey 83d516afa1
CI / build-gateway (push) Successful in 27s
CI / sync-config (push) Successful in 1s
feat(ift): EventHub AI Router stack for Zed
FastAPI gateway with A/B/C lane orchestration, LiteLLM proxy config,
Swarm stack (postgres, redis, VPN off-by-default), deploy/smoke/audit scripts.
2026-08-07 22:06:41 +03:00

9 lines
190 B
Docker

FROM docker:27-cli
RUN apk add --no-cache curl bash
COPY vpn-watchdog.sh /usr/local/bin/vpn-watchdog.sh
RUN chmod +x /usr/local/bin/vpn-watchdog.sh
CMD ["/usr/local/bin/vpn-watchdog.sh"]