diff --git a/Procfile b/Procfile index fb9ebe7..d27770a 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ -web: gunicorn src//pyDataVizDay:app +web: web.sh + diff --git a/web.sh b/web.sh new file mode 100644 index 0000000..bc36f79 --- /dev/null +++ b/web.sh @@ -0,0 +1,2 @@ +cd src +gunicorn pyDataVizDay:app \ No newline at end of file