fix: allow package-lock.json in frontend Docker build
All checks were successful
All checks were successful
The .dockerignore was excluding package-lock.json, causing npm ci to fail with "The npm ci command can only install with an existing package-lock.json". Commented out the package-lock.json line in .dockerignore to allow it to be copied into the Docker build context. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
f25dbd7ab9
commit
d8007c0887
@ -2,7 +2,7 @@
|
|||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
package-lock.json
|
# package-lock.json is needed for npm ci in Docker builds
|
||||||
yarn.lock
|
yarn.lock
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user