Jdruwe
Jdruwe

Reputation: 3530

Digital Ocean Dokku unable to select a buildpack

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):

enter image description here

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?

enter image description here

Upvotes: 2

Views: 1003

Answers (1)

Jdruwe
Jdruwe

Reputation: 3530

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.

Upvotes: 3

Related Questions