envygeeks / jekyll-docker

⛴ Docker images, and CI builders for Jekyll.
ISC License
998 stars 282 forks source link

README.md: path issue in quickstart command #365

Open xinloi opened 1 year ago

xinloi commented 1 year ago

Hi,

The volume parameter mounts the local path to /srv/jekyll. In the docker command, we change directory owner using chown on /usr/gem/. Shouldn't it be /srv/jekyll ?

With the actual command, I get a Error: Permission denied issue. So I assume this is supposed to be fixed by the chown command.