I am fairly new to Dokku and I am experiencing an issue.
I want to push my nodeJS app to my server (with the following structure):
When I push to my Dokku remote I get the following output, I've searched the web but can't find a solution, what am I doing wrong?
I fixed it by moving my .git location into the hapi.js folder. The package.json has to bee in the root folder it seems.