Description
If the compose file does not declare an entrypoint or command, but the image does, the container is started without a command.
This is because the service entrypoint is overridden but the image entrypoint/command is not accessible to solo.
Acceptance Criteria
- Given an image that defines an entrypoint and/or command
When an entrypoint and comand are not defined in the project file
Then the entrypoint and command in the image are used instead
Description
If the compose file does not declare an entrypoint or command, but the image does, the container is started without a command.
This is because the service entrypoint is overridden but the image entrypoint/command is not accessible to solo.
Acceptance Criteria
When an entrypoint and comand are not defined in the project file
Then the entrypoint and command in the image are used instead