Files
rfid-database/.dockerignore
Cursor Agent d07bf72e23 Add Docker Compose setup with persistent volume
Improve the production Dockerfile (healthcheck, entrypoint bootstrap
user, pruned deps) and add docker-compose.yml plus .dockerignore for
one-command deploy with a named SQLite volume.
2026-08-23 22:56:21 +00:00

16 lines
117 B
Plaintext

node_modules
.next
.git
data
*.db
*.db-*
.env
.env.*
!.env.example
coverage
tests
.github
.cursor
**/*.md
!README.md