If you are currently using Dockerfile Deploy and would like to migrate to a Direct Docker Image Deploy, use the following instructions: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.
-
If you have a
Procfileor.aptible.ymlfile in your repository, you must embed it in your Docker image. To do so, follow the instructions at Procfiles and.aptible.ymlwith Direct Docker Image Deploy. -
If you modified your image to add the
Procfileor.aptible.yml, rebuild your image and push it again. -
Deploy using
aptible deployas documented in Usingaptible deploy, with one exception: the first time you deploy (you don’t need to do it again), add the--git-detachflag to this command.

