Block a user
dashnote/backend (88beb0d)
Published 2026-03-27 20:01:00 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/dashnote/backend:88beb0dsha256:905cedb0e14e1f6966254794ba0b425e30e7adf9458d35ffe1f642cadd98cd8c
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| /bin/sh -c apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* |
| COPY file:f4c4e9af679c7ec86e24a61a8e7eb6645a905bf0d489809fc6b4fbdd1972c39c in /usr/local/bin/dashnote |
| COPY dir:27606e9488b88f1eec75e2c3e4c3b4f9f66d9f9f40bc35bc112b2ee4f9c868d4 in /migrations |
| ENV DATABASE_URL= |
| EXPOSE 3001 |
| CMD ["dashnote"] |