diff options
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Procfile b/Procfile deleted file mode 100644 index 60ee589..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: uvicorn main:app --host=0.0.0.0 --port=${PORT} |