diff --git a/Procfile b/Procfile index 05c4eee..448e9c1 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: panel serve --address="0.0.0.0" --port=$PORT src/campaign_dashboard/starbound_dashboard.py src/campaign_dashboard/protea_dashboard.py --allow-websocket-origin=campaign-dashboard.herokuapp.com +web: panel serve --address="0.0.0.0" --port=$PORT /src/campaign_dashboard/starbound_dashboard.py /src/campaign_dashboard/protea_dashboard.py --allow-websocket-origin=campaign-dashboard.herokuapp.com