Commit a0c7d88
committed
Fix Docker build: skip scripts in prod-deps stage
The prepare script runs husky which is a devDependency — not available
when installing with --omit=dev. Adding --ignore-scripts skips lifecycle
scripts that aren't needed for the production runtime dependencies.1 parent 0c0ea69 commit a0c7d88
1 file changed
Lines changed: 1 addition & 1 deletion
| 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