add docker
This commit is contained in:
23
.dockerignore
Normal file
23
.dockerignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# Ignore everything not necessary for Docker build context
|
||||
node_modules
|
||||
.next
|
||||
.git
|
||||
.gitignore
|
||||
.vscode
|
||||
.idea
|
||||
coverage
|
||||
.turbo
|
||||
.cache
|
||||
.eslintcache
|
||||
.vercel
|
||||
dist
|
||||
|
||||
# Local env files (compose can pass env)
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Local caches
|
||||
data/*.json
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user