Block a user
signshop/signshop (latest)
Published 2026-03-31 12:50:05 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/signshop/signshop:latestsha256:ddce14e87528703b634dcb96c0bf11c2293dd9198473f1aefee87aa132d2dcb9
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c useradd --create-home --shell /bin/bash app |
| /bin/sh -c mkdir -p /data/uploads && chown -R app:app /data |
| COPY file:e2e4d8e913d14043ed4219d7190473a534b43e2a3e29621a758fc005737d2165 in /usr/local/bin/signshop |
| EXPOSE 3000 |
| USER app |
| ENV DATABASE_URL=sqlite:///data/signshop.db |
| ENV UPLOAD_DIR=/data/uploads |
| ENV BIND_ADDR=0.0.0.0:3000 |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3000/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| CMD ["signshop"] |