You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had several write issues with running composer inside the Drupal-PHP container which had to be solved by passing the UID and GID as build arguments. We had to combine the Dockerfiles from both wodby/php and wodby/drupal-php to get this working.
The text was updated successfully, but these errors were encountered:
This would require finding all files/directories with old uid/gids and fixing it, sounds like a lot of excessive work and it has to be in the constant sync. So, for now, my answer is no
It would be great if the Drupal-PHP image allows to pass the same build arguments as the base PHP image: https://github.com/wodby/php#build-arguments
We had several write issues with running composer inside the Drupal-PHP container which had to be solved by passing the UID and GID as build arguments. We had to combine the Dockerfiles from both wodby/php and wodby/drupal-php to get this working.
The text was updated successfully, but these errors were encountered: