Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.aptible.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Cause

Aptible relies on your Image’s CMD or the presence of a Procfile in order to define Services for your App. If your App has neither, the deploy cannot succeed.

Resolution

Add a CMD directive to your image, or add a Procfile in your repository.