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
+4
View File
@@ -19,6 +19,10 @@ npm-debug.log*
# Environment files
.env
.env.*
!.env.example
# Deploy secrets (server password / host) — keep the .example tracked
deploy.config
# Build output
dist/