Captain D. Ezio commited on
Commit
cc76a97
·
1 Parent(s): c92b615

remove run via makefile

Browse files
Files changed (1) hide show
  1. Procfile +1 -1
Procfile CHANGED
@@ -1 +1 @@
1
- worker: make install && make run
 
1
+ worker: pip install --upgrade pip setuptools wheel && pip install -r requirements.txt && python3 -m Powers