Closed harryvederci closed 2 years ago
If you would be interested in running it through docker you could try this setup: https://gist.github.com/jacekschae/91fa70fa216274ef7dbd2d56366c4fed#gistcomment-3586232
If you would like an uberjar you could use lein uberjar
command that will create your artefact in /target
repository. Then of course you will have to setup you DB connection strings in the prod env.
Sorry for my late reply, hope it helps.
Resolved. Feel free to re-open this issue or open a new one if there are more things I could help with.
Hi!
I'd like to be able to deploy not only to Heroku. I think that would mean I'd have to run the content of the Procfile its
web:
line directly from the commandline:(Note: I don't have the
JVM_OPTS
environment variable set to anything, so it's actually as if I left out$JVM_OPTS
from that command.)The result is the following:
The full report (
/tmp/clojure-2801422806662434574.edn
) contains the following:Any idea what I'm doing wrong?
PS: The above was executed on the
complete
increments directory.