# 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"]