I have a dokku container running a node.js
app, my backend needs to use java8
to run some command lines. I have the following error message from my server:
[Error: Command failed: /bin/sh -c java /bin/sh: 1: java: not found ]
How can I make java8
accessible inside my dokku container?