procfile + prod profile (hope this works/heroku pls)
This commit is contained in:
parent
4e1bcdde94
commit
40216477f5
1
Procfile
Normal file
1
Procfile
Normal file
@ -0,0 +1 @@
|
||||
web: java $JVM_OPTS -cp target/clojsa-standalone.jar clojure.main -m clojsa.handler/app
|
@ -9,6 +9,8 @@
|
||||
[hickory "0.7.1"]]
|
||||
:plugins [[lein-ring "0.12.5"]]
|
||||
:ring {:handler clojsa.handler/app}
|
||||
:uberjar-name "clojsa-standalone.jar"
|
||||
:profiles
|
||||
{:dev {:dependencies [[javax.servlet/servlet-api "2.5"]
|
||||
[ring/ring-mock "0.3.2"]]}})
|
||||
[ring/ring-mock "0.3.2"]]}
|
||||
:production {:env {:production true}}})
|
||||
|
Loading…
Reference in New Issue
Block a user