- Dockerfile: Node.js 20 Alpine, single-stage build - docker-compose.yml: backend + nginx, named volume for SQLite - server.js: updated for Docker (env vars for PORT/DATA_DIR) - nginx.conf: updated for Docker networking (backend hostname) - README.md: full deployment instructions
5 lines
43 B
Plaintext
5 lines
43 B
Plaintext
node_modules
|
|
npm-debug.log
|
|
.git
|
|
.gitignore
|