build: 添加 Docker 相关配置文件
添加 Dockerfile、docker-compose.yml 和 .dockerignore 文件,用于容器化部署开发环境
This commit is contained in:
13
.dockerignore
Normal file
13
.dockerignore
Normal file
@@ -0,0 +1,13 @@
|
||||
node_modules
|
||||
.git
|
||||
.gitignore
|
||||
.vite
|
||||
dist
|
||||
*.log
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
coverage
|
||||
.nyc_output
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user