Block a user
cliproxyapi (7453db7)
Published 2026-08-10 04:14:27 +00:00 by stackops
Installation
docker pull git.0xa55.dev/stackops/cliproxyapi:7453db7sha256:f981b5d49b297f7af2589f29541c58ab0aaaef958527b982eece86234c09201c
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends tzdata ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c mkdir /CLIProxyAPI # buildkit |
| COPY ./app/CLIProxyAPI /CLIProxyAPI/CLIProxyAPI # buildkit |
| COPY config.example.yaml /CLIProxyAPI/config.example.yaml # buildkit |
| WORKDIR /CLIProxyAPI |
| EXPOSE map[8317/tcp:{}] |
| ENV TZ=Asia/Shanghai |
| RUN /bin/sh -c cp /usr/share/zoneinfo/${TZ} /etc/localtime && echo "${TZ}" > /etc/timezone # buildkit |
| CMD ["./CLIProxyAPI"] |