Block a user
godm-backend (latest)
Published 2026-01-17 01:00:16 +01:00 by YABOI
Installation
docker pull git.yaboi.dev/yaboi/godm-backend:latestsha256:3b5b4e00a179efdbb1be62d86338e0e6ab26e7b9faac981c5f35f8e3d8026774Image Layers
| WORKDIR /app |
| COPY /app/server . # buildkit |
| COPY config.yaml . # buildkit |
| COPY ed25519_private.pem . # buildkit |
| COPY ed25519_public.pem . # buildkit |
| USER nonroot:nonroot |
| CMD ["/app/server"] |