Files
logbuch/.dockerignore
T
Matthias Giesselmann 7582c64709 Add container build for deployment
Standalone Next output, migration script run on start, storage volume
at /app/storage, port 4700. Database connection is created lazily so
the image builds without a database.
2026-07-31 21:52:38 +02:00

13 lines
121 B
Plaintext

node_modules
.next
.git
.env*
!.env.example
*.log
*.tsbuildinfo
next-env.d.ts
.DS_Store
storage
tests
docker-compose.yml