Add Docker configuration for deployment
This commit is contained in:
35
.dockerignore
Normal file
35
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user