Add Docker configuration for deployment

This commit is contained in:
Alexa Louise
2025-12-22 18:51:12 -06:00
parent 2ab0d60400
commit 541177429f
2 changed files with 63 additions and 0 deletions

35
.dockerignore Normal file
View File

@@ -0,0 +1,35 @@
# Dependencies
node_modules
# Build output
.next
out
dist
# Development files
.git
.gitignore
.env*.local
.eslintrc.json
# IDE
.vscode
.idea
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Testing
coverage
*.test.*
*.spec.*
# Documentation
README.md
# Misc
.prettierrc
.editorconfig