Skip to content

Commit 4583f84

Browse files
committed
deploy is doing interesting things. every other deploy fails by not finding the requirements.txt file
1 parent 3ae3a63 commit 4583f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"installCommand": "echo $PWD && ls -al && python3 -m pip install -r requirements.txt",
33
"buildCommand": "echo $PWD && ls -al && ./build.sh",
44
"outputDirectory": "site"
5-
}
5+
}

0 commit comments

Comments
 (0)