chore: Optimized Dockerfile and .dockerignore for faster deployments.

This commit is contained in:
Scott Idem
2026-03-11 12:36:34 -04:00
parent 56fd1d1760
commit ca91afbd9d
2 changed files with 22 additions and 19 deletions

View File

@@ -1,12 +1,21 @@
node_modules
build
.svelte-kit
.git
node_modules/
build/
.svelte-kit/
.git/
.env
.env.*
!.env.staging
!.env.prod
npm_deploy
test-results
test_results
documentation
npm_deploy/
test-results/
test_results/
documentation/
backups/
*.log
*.bak
.claude/
.vscode/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*