feat: update Dockerfile and .dockerignore for improved build process and dependency management

This commit is contained in:
yuanhau 2025-05-09 22:58:22 +08:00
parent 50846c91c2
commit 2e9845c268
2 changed files with 28 additions and 13 deletions

View file

@ -4,4 +4,9 @@ node_modules
.next
dist
.git
.env
.env
.DS_Store
npm-debug.log
yarn-debug.log
yarn-error.log
.env.*