Try simpler heroku recipe

This commit is contained in:
dgtlmoon
2021-12-15 23:09:43 +01:00
parent f0d418d58c
commit dd6a24d337
+1 -4
View File
@@ -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