Block a user
cliproxyapi (ac1c270)
Published 2026-04-17 16:22:13 +00:00 by stackops
Installation
docker pull git.0xa55.dev/stackops/cliproxyapi:ac1c270sha256:d9f1f8bb218a44f144f470413b84b5634ae6b648393fc80f4626d5f290ae6b47
Image Layers
| ADD alpine-minirootfs-3.22.0-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache tzdata # buildkit |
| RUN /bin/sh -c mkdir /CLIProxyAPI # buildkit |
| COPY ./app/CLIProxyAPI /CLIProxyAPI/CLIProxyAPI # buildkit |
| COPY config.example.yaml /CLIProxyAPI/config.example.yaml # buildkit |
| COPY config.yaml /CLIProxyAPI/config.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"] |