Commit 161dcff
committed
Remove --frozen-lockfile from bun install in Dockerfile
The --frozen-lockfile flag was removed from the bun install command to allow installation even if the lockfile is out of sync with package.json. This can help prevent build failures due to lockfile mismatches.1 parent 9cb3497 commit 161dcff
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments