fix: ensure package-lock.json is included in Docker build context
npm ci requires package-lock.json to be present in the build context. Explicitly allow package-lock.json in .dockerignore to fix CI build failure.
This commit is contained in:
parent
fb4ecf6df4
commit
1c462af51b
1 changed files with 3 additions and 0 deletions
|
|
@ -17,3 +17,6 @@ devbox.lock
|
||||||
.htmltest.yml
|
.htmltest.yml
|
||||||
.htmlvalidate.json
|
.htmlvalidate.json
|
||||||
.markdownlint.json
|
.markdownlint.json
|
||||||
|
|
||||||
|
# Ensure package-lock.json is included for npm ci
|
||||||
|
!package-lock.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue