Metadrop / drupal-boilerplate

Drupal projects up and running with Docker and many other tools in minutes
28 stars 23 forks source link

BACKSTOPJS - Use node user instead of root #77

Closed omarlopesino closed 1 year ago

omarlopesino commented 1 year ago

Currently, the backstopJS image is using the root user. Ths is a problem in local environments because the generated references / results will belong to the root user, making it unable to delete / move by the host user.

However , this can be easily solved by using the node user. This user has id 1000 and group 1000 (the typical user id used in local environments). This user is available as backstopjs image is created from the node image.

omarlopesino commented 1 year ago

The proposed solution is merged into the main branch, closing.