Report this

What is the reason for this report?

How to specify which buildpack to use for a react app while deploying it as a static website in digitalocean app platform ?

Posted on October 23, 2024

I had deployed my app earlier and it’s using

  • heroku/nodejs-engine v1.5.6
  • digitalocean/nodev0.4.0 (Node.js)
  • digitalocean/procfile v0.0.4 (Procfile)
  • digitalocean/custom v0.1.2 (Custom Build Command)

but now when I’m deploying the same app it’s using,

  • digitalocean/nodejs-appdetect v0.0.2
  • heroku/nodejs v0.260.4 (Node.js)
  • digitalocean/procfile v0.0.4 (Procfile)
  • digitalocean/custom v0.1.2 (Custom Build Command)

and the second one is running into error while the first one is not.

help needed to understand where can I specify the build to be done using the first method.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.