add env var to port

This commit is contained in:
2025-04-13 20:22:02 -03:00
parent d4e5bb0836
commit ef4a6afdf4

View File

@@ -1 +1 @@
web: uvicorn app:app --host=0.0.0.0 --port=5000
web: uvicorn app:app --host=0.0.0.0 --port=${PORT}