From e569f1d2c560a65117f496155d22064ea53694d9 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 18 Oct 2019 23:39:12 -0700 Subject: [PATCH] add app.json for heroku --- app.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..237eb15 --- /dev/null +++ b/app.json @@ -0,0 +1,3 @@ +{ + "stack": "container" +}