Change Dockerfile CMD so it does not need to know about an app's namespaces

This commit is contained in:
heyarne 2020-05-11 16:17:20 +02:00
commit b1d46ace23
2 changed files with 13 additions and 6 deletions

View file

@ -19,4 +19,4 @@
;; packaging the server as a standalone jar for production
:uberjar {:extra-deps {luchiniatwork/cambada {:mvn/version "1.0.2"}}
:main-opts ["-m" "cambada.uberjar"
"-m" "heyarne.all-my-friends.server"]}}}
"-m" "heyarne.all_my_friends.server"]}}}