添加docker

This commit is contained in:
2026-01-22 15:04:59 +00:00
parent 25dffcc02e
commit 59af236500
5 changed files with 265 additions and 0 deletions

62
.dockerignore Normal file
View File

@@ -0,0 +1,62 @@
# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
prisma/node_modules
# Build output
dist
dist-ssr
*.local
prisma/dist
prisma/dist-ssr
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Environment variables
.env
.env.local
.env.development
.env.test
.env.production
*.env
# Git
.git
.gitignore
.gitattributes
# Testing
coverage
*.test.ts
*.spec.ts
__tests__
# Documentation
README.md
LICENSE
*.md
docs
# Cache
.cache
.eslintcache
.stylelintcache
# Logs
logs
*.log
# OS files
Thumbs.db