Aptible relies on your Image’s CMD or the presence of a Procfile in order to define Services for your App.
CMD
If your App has neither, the deploy cannot succeed.
Add a CMD directive to your image, or add a Procfile in your repository.
Was this page helpful?