add initial Docker setup with .dockerignore, Dockerfile, docker-compose.yml, and deployment script

This commit is contained in:
avinash
2026-06-10 16:08:05 +05:30
parent 3e24cacc39
commit 2cd43764e2
6 changed files with 192 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
**/node_modules
server/data.db
server/data.db-wal
server/data.db-shm
**/*.log
agent
docs
*.bat