Mikhail

Results 2 comments of Mikhail

Same problem here! We need somehow to transfer and set user to docker container to create folder as a local user

Got it working with this (I am not sure it is correct solution yet): `docker run -it --rm -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd):/site -p 8000:8000 aripalo/gatsby-docker bin/sh`