Block a user
era-backend (5b8217c)
Published 2026-04-03 01:10:40 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/era-backend:5b8217csha256:91c49895c30386261b831868112b62ee828a8a030dc14b9fa0e35f3e2236bd20
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 curl && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c useradd -r -s /bin/false era # buildkit |
| COPY /app/target/release/era-backend /usr/local/bin/ # buildkit |
| USER era |
| EXPOSE map[8080/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health || exit 1"] "30s" "5s" "15s" "0s" '\x03'} |
| CMD ["era-backend"] |