Edit Procfile via Editor

This commit is contained in:
Flatlogic Bot 2026-02-28 14:33:00 +00:00
parent f9c55141b0
commit deffef03ee

View File

@ -1 +1 @@
web: gunicorn config.wsgi --bind 0.0.0.0:8000
web: gunicorn config.wsgi:application --bind 0.0.0.0:8000