.aptible.yml
when using Direct Docker Image Deploy, you need to include these files in your Docker image at a pre-defined location:
Procfile
must be located at /.aptible/Procfile
..aptible.yml
must be located at /.aptible/.aptible.yml
.Procfile
and .aptible.yml
at the root of your Docker build context:
docker build .
to build your image, then the build context is the current directory.