No CMD or Procfile in ImageDeploy failed with "image does not expose a CMD, and repository does not have a Procfile"Suggest EditsCause 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.Updated about 1 year ago Table of Contents Cause Resolution