mirror of
https://github.com/Chewbaccalakis/rfid-database.git
synced 2026-09-09 16:01:56 -07:00
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.
16 lines
117 B
Plaintext
16 lines
117 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
data
|
|
*.db
|
|
*.db-*
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
coverage
|
|
tests
|
|
.github
|
|
.cursor
|
|
**/*.md
|
|
!README.md
|