Unfortunately, if you used to run a separate command like "composer install", etc., the entrypoint of dockware was not used. This means that the PHP switching didn't work, MySQL was not available and more. The reason for this is, because we accidentally used a CMD command instead of an ENTRYPOINT command in the Dockerfile. And e.g. Gitlab did just overwrite the CMD part, aka our custom entrypoint.