Skip to content

Commit 08fcbf9

Browse files
fix: Update Procfile to ensure default PORT is set to 8000
1 parent f897c7e commit 08fcbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telemetry_dashboard/Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: gunicorn app:server --bind 0.0.0.0:$PORT --timeout 120
1+
web: sh -c 'gunicorn app:server --bind 0.0.0.0:${PORT:-8000} --timeout 120'

0 commit comments

Comments
 (0)