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

Add paths used by packagist updates to Dockerfile #117

Merged
merged 2 commits into from
Aug 9, 2022

Conversation

okiedork
Copy link
Contributor

@okiedork okiedork commented Aug 9, 2022

If we don't add + change the path permissions here, when a
Docker bind-mount is made, the path will be created and owned
by root, thus failing future commands like mkdir, which is used
by the packagist task under user www-data


Not 100% pretty, but it works 😄

If we don't add + change the path permissions here, when a
Docker bind-mount is made, the path will be created and owned
by root, thus failing future commands like mkdir, which is used
by the packagist task under user www-data
@okiedork okiedork self-assigned this Aug 9, 2022
@flavioheleno
Copy link
Member

Should we add a VOLUME (reference) to that Dockerfile as well?

@okiedork
Copy link
Contributor Author

okiedork commented Aug 9, 2022

Definitely! I'm doing it right now.

@okiedork
Copy link
Contributor Author

okiedork commented Aug 9, 2022

9543f02 adds the VOLUME instruction

@flavioheleno flavioheleno merged commit 503e4d6 into develop Aug 9, 2022
@flavioheleno flavioheleno deleted the fix/packagist-docker-paths branch August 9, 2022 17:32
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

Successfully merging this pull request may close these issues.

None yet

2 participants