Add Dockerfile and configure next.config.ts for standalone output

This commit is contained in:
R-Bharathraj
2026-06-30 11:43:24 +05:30
parent 0140b0bdf8
commit 9b93fa0d07
3 changed files with 59 additions and 0 deletions

7
.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
node_modules
.next
.git
.gitignore
README.md
Dockerfile
.dockerignore