feat(docker): added docker + scripts to get started

This commit is contained in:
Waleed Latif
2025-03-03 12:23:29 -08:00
parent db3c711378
commit 890e380c2c
6 changed files with 101 additions and 0 deletions

11
.dockerignore Normal file
View File

@@ -0,0 +1,11 @@
# Exclude files from Docker build
.git
.github
node_modules
.next
.vercel
.husky
.env
.env.*
npm-debug.log
README.md