diff options
author | Melody Horn <melody@boringcactus.com> | 2020-06-18 22:48:40 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-06-18 22:48:40 -0600 |
commit | bd569cc6c42da0dad02d2d3f5ef18d3ac06e319d (patch) | |
tree | 42dc870a8433bc7068f56cd41efb14fd1f898a06 /Procfile | |
parent | 6157c0172f9b078e7030bd493c842cf372292c74 (diff) | |
download | crabravebot-bd569cc6c42da0dad02d2d3f5ef18d3ac06e319d.tar.gz crabravebot-bd569cc6c42da0dad02d2d3f5ef18d3ac06e319d.zip |
rewrite in Python
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -web: micro-bot -p $PORT +web: gunicorn bot:app --log-file - |