chore(deploy): Dockerfile + Dockge compose + deploy guide
This commit is contained in:
15
.dockerignore
Normal file
15
.dockerignore
Normal file
@@ -0,0 +1,15 @@
|
||||
.git
|
||||
**/node_modules
|
||||
**/dist
|
||||
**/.vite
|
||||
data
|
||||
**/data/*.db
|
||||
**/data/*.db-*
|
||||
e2e
|
||||
**/test-results
|
||||
**/playwright-report
|
||||
docs
|
||||
*.log
|
||||
.env
|
||||
.env.local
|
||||
**/*.backup-*
|
||||
Reference in New Issue
Block a user