I am trying to deploy a Scala application on dokku, the application starts the http server and the configured sshd server.
I have a problem, it seems that dokku supports only one port for an application. I need dokku to display both of my application ports on the Internet.
In docker, this is possible and quite simple to do, but when I implement the same technique in the dokku file, I get an error message.
Any suggestions for allowing access to the two ports?
scala ports dokku deploying
user3855838
source share