Qovery Shell node binary not found

I’m trying to access an application via qovery shell but it looks as if I do not have access to the node binary. The app itself uses the Node JS buildpack.

Any idea where does that binary live?

$ ps ax
  PID TTY      STAT   TIME COMMAND
    1 ?        Ssl    0:01 node build/server.js
   70 pts/0    Ss     0:00 sh
   97 pts/0    R+     0:00 ps ax

Hi,

You can try ps with those args to have the full path and child processes:

ps auxwww

and which to give you the node path:

which node