diff options
author | tleb <tleb@openmailbox.org> | 2018-08-06 14:54:33 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@miniflux.net> | 2018-08-07 12:54:38 -0700 |
commit | 7f2612d9a67ccb97a9cee8c330b7445f11497d01 (patch) | |
tree | 074ebbcacefaa5eb980f5582b8a9e0e5f4637187 /Procfile | |
parent | cf03e0e33859b213f1d7e55b300a074eea107100 (diff) |
Add Procfile
Allows to git push to heroku/self-hosted alternatives easily
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..c584c7e --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: miniflux |