Commit 582173a
committed
fix: use wildcard COPY for package files in Dockerfile
The repo has no package-lock.json at root, causing Docker build to fail
with 'checksum of ref.../package-lock.json: not found'. Using wildcard
pattern makes the copy optional and fixes the CI build.
closes BlockHaven-Labs#616, closes BlockHaven-Labs#618, closes BlockHaven-Labs#620, closes BlockHaven-Labs#6251 parent 3d8bb53 commit 582173a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments