diff --git a/heroku.yml b/heroku.yml index 8b7afcb4..c7790e12 100644 --- a/heroku.yml +++ b/heroku.yml @@ -1,5 +1,2 @@ -build: - docker: - changedetection: Dockerfile run: - changedetection: python ./changedetection.py -d /datastore -p $PORT + changedetection: python3 ./changedetection.py -C -d ./datastore -p $PORT