flatten app to repo root and update docker deployment for single-stack runtime
This commit is contained in:
20
.dockerignore
Normal file
20
.dockerignore
Normal file
@@ -0,0 +1,20 @@
|
||||
# Build output and local caches
|
||||
.next
|
||||
.cache
|
||||
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Local runtime data and environment
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
data
|
||||
|
||||
# Editor/system files
|
||||
.DS_Store
|
||||
*.log
|
||||
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
Reference in New Issue
Block a user