DEV Community

Discussion on: Deploying server-side Kotlin Ktor applications on Dokku

Collapse
 
mastrgamr profile image
Stuart

A critical bit missing. I installed Dokku using DigitalOcean's One-Click marketplace and wasn't able to access the app after deployment.
Turns out I had to run this command while SSH'd into my droplet:
dokku domains:add <dokku_app_name> <url_or_ip>