rust-nex/puyopuyo/backend-auth (fddae8)
Installation
docker pull git.spbr.net/spacebar/rust-nex/puyopuyo/backend-auth:fddae8sha256:0241e32d621e2de874f3f65df99da9f2eb2e17465f00711ffa2858012f982d09Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY dist/rnex-server-backend-auth /rnex-server-backend-auth # buildkit |
| ENTRYPOINT ["/rnex-server-backend-auth"] |