feat: add Docker deployment configuration
This commit is contained in:
25
.dockerignore
Normal file
25
.dockerignore
Normal file
@@ -0,0 +1,25 @@
|
||||
node_modules
|
||||
npm-debug.log
|
||||
.git
|
||||
.gitignore
|
||||
*.md
|
||||
.vscode
|
||||
.idea
|
||||
*.log
|
||||
dist
|
||||
build
|
||||
coverage
|
||||
.nyc_output
|
||||
playwright-report
|
||||
test-results
|
||||
e2e
|
||||
*.test.ts
|
||||
*.test.tsx
|
||||
*.spec.ts
|
||||
*.spec.tsx
|
||||
vitest.config.ts
|
||||
playwright.config.ts
|
||||
eslint.config.js
|
||||
.qwen
|
||||
*.ico
|
||||
cgg-ico\ copy.png
|
||||
Reference in New Issue
Block a user