Skip to content

WORKDIR now creates with correct permissions #246

@BretFisher

Description

@BretFisher

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Broken/Degraded Lecture 😥

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions