Block a user
dashnote/backend (latest)
Published 2026-03-31 15:04:46 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/dashnote/backend:latestsha256:042e8f9d051cb4ad79d5cc3dff39242bed97260556eb16a06c31eff7a23b8e9c
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:3d59edb107270c20fd07859fe360420f64c9ac97acaa102cef06e99b32f97a6b in /usr/local/bin/dashnote |
| COPY dir:8ef63088fc96fec61ed8c092362291a6c7dd23572287f1dd94b4753ce7ed5949 in /migrations |
| ENV DATABASE_URL= |
| EXPOSE 3001 |
| CMD ["dashnote"] |