Create the application on the Dokku host. You will need to ssh onto the host to run this command.
# on the Dokku host
dokku apps:create my-app-name
Now you can deploy the my-app-name
app to your Dokku server. All you have to do is add a remote to name the app. Applications are created on-the-fly on the Dokku server.