feat: add installer script and CI configuration for deployment modes

This commit is contained in:
Abhimanyu Saharan
2026-02-13 14:41:27 +05:30
parent 3ca6b150b7
commit 8750335281
4 changed files with 800 additions and 0 deletions

9
frontend/.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
node_modules
.next
coverage
cypress/screenshots
cypress/videos
npm-debug.log*
.env
.env.*
.git