Abid commited on
Commit
16b0e1a
·
1 Parent(s): 0980c4c

requrement corrected

Browse files
Files changed (1) hide show
  1. heroku.yml +1 -1
heroku.yml CHANGED
@@ -2,4 +2,4 @@ build:
2
  docker:
3
  web: Dockerfile
4
  run:
5
- web: python /app/app_savta.py
 
2
  docker:
3
  web: Dockerfile
4
  run:
5
+ web: bash /setup.sh && python /app/app_savta.py