调整环境变量配置,便于docker打包

This commit is contained in:
JIANG
2026-02-09 15:32:35 +08:00
parent 409057cef2
commit ae1f9b284f
3 changed files with 38 additions and 10 deletions

View File

@@ -1,7 +1,10 @@
**/node_modules/
**/dist
node_modules
.next
out
build
.git
npm-debug.log
.coverage
.coverage.*
.env
.env*.local
README.md
docker-compose.yml
Dockerfile
.dockerignore