Closed paulspencerwilliams closed 5 years ago
What happens if you (prn keys)
in your main function?
It outputs nothing. Nothing because I was executing stale Docker images due to a mismatched expectations of Docker image names. Running the app using java -jar /target/app.jar
correctly displayed the expected keys, that helped diagnose the problem. Thank you.
filmapp_1 | [:duct/migrator :duct/daemon]
I'm trying to configure a duct project to run migrations on startup. My understanding is that you just have to include
:duct/migrator
intomain.clj
but reviewing the logs, this isn’t working. The migration works find using(dev)
(go)
in the repl, and `leinOutput from running this app via docker-compose shows app startup, without an attempt to migrate.
Config.edn: