diff options
author | Morgan <m@morganastra.me> | 2015-03-03 08:27:23 +0000 |
---|---|---|
committer | Morgan <m@morganastra.me> | 2015-03-03 08:27:23 +0000 |
commit | 745314c13d48063c47bb4f8887ca099b976e01b8 (patch) | |
tree | 15c714cb46c2f246fdfa4b51741c4737b69d2caa /Procfile |
initialize repo
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..e696eee --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: java $JVM_OPTS -cp target/pronouns-standalone.jar clojure.main -m pronouns.web |