Block a user
dashnote/backend (b38beb1)
Published 2026-03-25 14:30:15 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/dashnote/backend:b38beb1sha256:0205bd25f1ed0269b3349652eb2bb095493ef490cbc4ebd24677bba2201de0fd
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:0f4fa809a820b4c7c9037281d9a1ac92ba1df63d94b850e0c9ab8b24dc24236c in /usr/local/bin/dashnote |
| COPY dir:b321ce7b3a2b8cbfd2fbfb380d2d21d977fe1b5c54763c1877dd627b3422f359 in /migrations |
| ENV DATABASE_URL= |
| EXPOSE 3001 |
| CMD ["dashnote"] |