$cd frontend/elm/ && elm-make Main.elm --output=main.js && cd ../..
$sbt docker:publishLocal
$docker run -d -p 9000:9000 --restart unless-stopped --name cities radusw/city-info:1.0
$docker logs cities --follow
$curl http://localhost:9000/api/London
Open the browser and go to:
http://localhost:9000/elm
for Elm frontend orhttp://localhost:9000/vue
for VueJs frontend orhttp://localhost:9000/<city e.g. /Bucharest>
for Twirl frontend