diff --git a/Procfile b/Procfile index 549dcdf..ba3a66f 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: pdm install && pdm run uvicorn main:app --port $PORT --host=0.0.0.0 +web: pdm run uvicorn main:app --port $PORT --host=0.0.0.0 diff --git a/bin/post_compile b/bin/post_compile new file mode 100644 index 0000000..fd43174 --- /dev/null +++ b/bin/post_compile @@ -0,0 +1,3 @@ +pdm install --no-isolation --no-self --global +ls -la / +ls -la /app