Reubencf Claude commited on
Commit
895e402
·
1 Parent(s): 3131510

Fix: Remove package-lock.json from .dockerignore

Browse files

- package-lock.json was being excluded during Docker build
- This caused npm ci to fail on Hugging Face Spaces
- Remove it from .dockerignore to allow Docker to copy it

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. .dockerignore +0 -1
.dockerignore CHANGED
@@ -2,7 +2,6 @@
2
  node_modules
3
  npm-debug.log
4
  yarn-error.log
5
- package-lock.json
6
  yarn.lock
7
 
8
  # Testing
 
2
  node_modules
3
  npm-debug.log
4
  yarn-error.log
 
5
  yarn.lock
6
 
7
  # Testing