Skip to content

Build with Docker should create a build folder with current owner user instead of root  #1690

@mmaryo

Description

@mmaryo

Hello
Using this command line for build:

docker run --rm -it --name slate -v $(shell pwd)/build:/srv/slate/build -v $(shell pwd)/slate/source:/srv/slate/source slatedocs/slate build

The build folder is generated with the root owner
To delete it we need to use sudo
That is not nice for a CI/CD
Could you change the Dockerfile to generate the build folder with the current user as owner?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions