I have an alpine linux web app that runs my scheduled jobs. I want to add a new job that dumps my database data using supabase cli command db dump.
On my local development my new script runs fine. In the remote web app the script fails saying:
sh: no command supabase found
Locally I installed supabase cli using the npm install command. How should I install it to work properly in my web app.
I am using Dokcer container FROM alpine.
install supabase simply by using npm install,