App Platform Support

App Platform is a Platform-as-a-Service (PaaS) offering that allows developers to publish code directly to DigitalOcean servers without worrying about the underlying infrastructure.


App Platform does not currently support injecting values as files on disk. Use environment variables to create files at run time.
Review your app’s build logs to diagnose which process failed during building.
Try to reupload the image to see if it resolves the issue.
We do not support using apt-get install when using buildpacks. Instead, use a Dockerfile.
Database bind variables are only available during an app’s deployment and run times.
Change dockerfile_path to match your Dockerfile’s path.
Your app is likely unavailable on the port App Platform uses to perform health checks. Customize the health check or update the ports in your app.
Review some common troubleshooting techniques for App Platform.