On Aptible Deploy, all your resources are deployed in Containers.
Container Command
Containers run the command specified by the Service they belong to:
- If the service is an Implicit Service, then that command is your Image's
CMD
. - If the service is an Explicit Service, then that command is defined by your Procfile.
Updated 2 months ago