chore: add Dockerfile and nginx config for Coolify
This commit is contained in:
28
.dockerignore
Normal file
28
.dockerignore
Normal file
@@ -0,0 +1,28 @@
|
||||
.git
|
||||
.gitignore
|
||||
.github
|
||||
.claude
|
||||
.kilocode
|
||||
.vscode
|
||||
.idea
|
||||
.DS_Store
|
||||
|
||||
node_modules
|
||||
dist
|
||||
tsconfig.tsbuildinfo
|
||||
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
netlify.toml
|
||||
README.md
|
||||
doc
|
||||
MIGRATION_BACKUP.md
|
||||
MIGRATION_COMPLETE.md
|
||||
Reference in New Issue
Block a user