Dockerfile 105 B

12345678
  1. FROM requarks/wiki:2
  2. USER root
  3. RUN chgrp -R 0 /wiki /logs && \
  4. chmod -R g=u /wiki /logs
  5. USER 1001