Hi, I try to add a custom command to the docker/sd...
# docker
d
Hi, I try to add a custom command to the docker/sdk deployment and I tryed adding it to post-install-cmd in composer.json. Local this is fine but seams to have no effekt in Spryker PaaS 😞 Any Idea what I may miss?
I found in docker/sdk that composer install is running with -no-scripts 😞
d
This is not executed in Build Phase so it would not impact the container Image. But docker.yml provide a build section. This did the job