diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-29 21:12:24 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-29 21:12:24 -0600 |
commit | 4f1672a1941d9f190e2af86bc378b19d778c5030 (patch) | |
tree | 256897482256b29977adaf1ef646835a4ac683e1 /Procfile | |
parent | 0cf9f29aea49b1f1501fcd4b139ec88d942f244c (diff) | |
download | where-packaged-4f1672a1941d9f190e2af86bc378b19d778c5030.tar.gz where-packaged-4f1672a1941d9f190e2af86bc378b19d778c5030.zip |
add heroku paraphernalia
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..5810007 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn -w 1 app:app --log-file - |