Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it usable with docker container #197

Closed
Niolak opened this issue Apr 25, 2024 · 1 comment
Closed

Make it usable with docker container #197

Niolak opened this issue Apr 25, 2024 · 1 comment

Comments

@Niolak
Copy link
Contributor

Niolak commented Apr 25, 2024

In our projects, we launch phpunit in a docker container.

User in the docker container is not the same as user in developers laptops. This means that currently the snapshots folders and files cannot be pulled/pushed to git repository without changing permissions manually.

Setting permissions to 777 to folders and files with chmod solves this problem.
(mkdir recursively does not take into account the permission for all the files/folders so it's necessary to chmod folders afterwards)

@freekmurze
Copy link
Member

We'll continue this in the PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants