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.
Hi,
The volume parameter mounts the local path to
/srv/jekyll
. In the docker command, we change directory owner usingchown
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.