Files
EventHubAiRouter/vless/Dockerfile.stub
T
aleksey a2d238d92e
CI / build-gateway (push) Failing after 16s
CI / sync-config (push) Failing after 0s
feat(agent): hierarchical executor with path resolve, runtime probe, quiet UI
Make Zed Agent closer to Cursor: deterministic DevOps path index, live Traefik
port probe before blind edits, stop-after-edit, and quieter Russian progress.
2026-08-13 11:41:27 +03:00

6 lines
176 B
Docker

# Stub when VPN_ENABLED=false (vless replicas=0). Replace with Dockerfile when enabling VPN.
FROM alpine:3.20
RUN apk add --no-cache wget
EXPOSE 8080
CMD ["sleep", "infinity"]