anima-server (42ef3ca)
Published 2026-05-15 04:35:23 +00:00 by toasterson
Installation
docker pull code.aopc.cloud/toasterson/anima-server:42ef3casha256:ace47716f81f10cd2f68ee253346a6865c9361d040b94c49cf67184b146d7597Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 libpq5 libfontconfig1 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /build/target/release/anima-server /usr/local/bin/ # buildkit |
| EXPOSE [50051/tcp 50054/tcp] |
| ENTRYPOINT ["anima-server"] |