Configure docker build
This commit is contained in:
parent
9b7f2f2efb
commit
321a4c4f57
4 changed files with 26 additions and 3 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
|
||||
(defn -main [& args]
|
||||
(let [port (env :port 8081)]
|
||||
(let [port (Integer/parseInt (env :port "8081"))]
|
||||
(println "Starting server on port" port)
|
||||
(reset! server (-> #'app
|
||||
(logger/wrap-with-logger)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue