Skip to content

Commit

Permalink
procfile launch as module
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Cooper committed Jul 12, 2023
1 parent 476ca4e commit ddf2e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: wget -O SIMPLE.db https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-binary/main/SIMPLE.db && python simple_app.app_simple -p $PORT -i '0.0.0.0' -f 'SIMPLE.db'
web: wget -O SIMPLE.db https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-binary/main/SIMPLE.db && python -m simple_app.app_simple -p $PORT -i '0.0.0.0' -f 'SIMPLE.db'

0 comments on commit ddf2e22

Please sign in to comment.