How do I point a dokku app that will set up in the dokku server, to point at the root domain of the server itself. Suppose my domain is apps.com
and the app to be implemented is called botapp
. If I use virtualhost naming, and do git remote add dokku [email protected]:botapp
it will get pointed at botapp.apps.com
. What do I do to get the botapp
pointed at apps.com
itself (the root domain).
Also, how do I know what port a dokku app is rooting, inspite of using subdomains (virtualhost naming)?