aboutsummaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-03-13 21:17:51 +0100
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-03-18 11:58:15 +0100
commitb3d0af2de29711abfe6da373786d365d9a6de198 (patch)
tree6b8c59999b323e426a1b64781f0b02fc70f229df /Procfile
parentecabdfaf915887dbd91b6742d0fc1bf81cf336a0 (diff)
downloadjnfilter-b3d0af2de29711abfe6da373786d365d9a6de198.tar.gz
jnfilter-b3d0af2de29711abfe6da373786d365d9a6de198.tar.bz2
jnfilter-b3d0af2de29711abfe6da373786d365d9a6de198.zip
feat: Rewrite to golangv0.1.3
I have found a nice lib in go to handle XML so I migrate to it. Go is ages easier to deploy then python.
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile1
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}