Skip to content

Commit f5168df

Browse files
committed
fix: Fix Procfile to make sure pyshex is patched
1 parent 34da812 commit f5168df

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: python -m scripts.patch-pyshexc && uvicorn api:app --host 0.0.0.0 --port $PORT
1+
web: ./scripts/patch-pyshexc.py && uvicorn api:app --host 0.0.0.0 --port $PORT

scripts/patch_pyshexc.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
import fileinput
23
import sys
34
from pathlib import Path

0 commit comments

Comments
 (0)