Commit b2643fc
committed
Improved the Vercel build resilience:
installCommand now does
find /vercel/path0 -maxdepth 3 -name requirements.txt
and pipes the first match into pip install.
No more guessing the working directory.
buildCommand locates build.sh the same way, marks it executable, and runs it.1 parent fa2f2b4 commit b2643fc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
0 commit comments