Is there a way to deploy a ReactJS App from a .NET Core API to DigitalOcean?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @ukikalix,
Yes, As of now we don’t have a
.Net build pack
available so you can try deploying usingDockerfile
.Cheers, Ahmed Butt
Yep