Dockerfile 105 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 FROM requarks/wiki:2 USER root RUN chgrp -R 0 /wiki /logs && \ chmod -R g=u /wiki /logs USER 1001