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

WORKDIR now creates with correct permissions #246

Open
2 of 3 tasks
BretFisher opened this issue Mar 4, 2023 · 0 comments
Open
2 of 3 tasks

WORKDIR now creates with correct permissions #246

BretFisher opened this issue Mar 4, 2023 · 0 comments

Comments

@BretFisher
Copy link
Owner

BretFisher commented Mar 4, 2023

Docker's fixed the issue with WORKDIR ignoring USER when creating directories.

Prior to this fix, if you did this, you'd get access denied:

USER node 
WORKDIR /app
RUN touch /app/makfile

Today, you can it and the file would get created.

Original Q&A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Broken/Degraded Lecture 😥
Development

No branches or pull requests

1 participant