diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-28 23:54:14 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-28 23:54:14 +0200 |
commit | ffc96483ac114306643e2681ed37f3374433ebea (patch) | |
tree | 7eaf998f584666bb02c7e82ebe99d0efae1f0868 /Procfile | |
parent | e54435b2891a67992ccdf19856c677316143fa17 (diff) | |
download | collection-json-explorer-ffc96483ac114306643e2681ed37f3374433ebea.tar.gz collection-json-explorer-ffc96483ac114306643e2681ed37f3374433ebea.tar.bz2 collection-json-explorer-ffc96483ac114306643e2681ed37f3374433ebea.tar.xz collection-json-explorer-ffc96483ac114306643e2681ed37f3374433ebea.zip |
o Adding Procfile.
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..e1d4131 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: node app.js |