easy-deploy-bundle
easy-deploy-bundle copied to clipboard
Possible to run composer/php inside docker on prod?
My prod server is setup with docker, so php is inside a docker container.
Is it possible to deploy normally and run composer update after inside the docker container?
if not, is there any alternative solution?