anima-server (6ed50be)
Published 2026-04-29 19:34:03 +00:00 by toasterson
Installation
docker pull code.aopc.cloud/toasterson/anima-server:6ed50besha256:fcf91a7ef2fbeda635cef91f1b717cb836aede80597fb8ee06a594f779863f32Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| 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"] |