diff options
author | gabriel giovanini de souza <desouza@oculavis.de> | 2021-11-30 20:49:30 +0100 |
---|---|---|
committer | gabriel giovanini de souza <desouza@oculavis.de> | 2021-12-08 19:37:07 +0100 |
commit | 2e9afc9e92c12b0fe026ec4aa286b812f3c2186c (patch) | |
tree | aa50d167c3b25005a01839d33fe631447660aa5a /Procfile | |
download | jnfilter-2e9afc9e92c12b0fe026ec4aa286b812f3c2186c.tar.gz jnfilter-2e9afc9e92c12b0fe026ec4aa286b812f3c2186c.tar.bz2 jnfilter-2e9afc9e92c12b0fe026ec4aa286b812f3c2186c.zip |
Adiciona projeto inicial
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..60ee589 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: uvicorn main:app --host=0.0.0.0 --port=${PORT} |