mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 13:17:10 -05:00
9 lines
105 B
Docker
9 lines
105 B
Docker
FROM requarks/wiki:2
|
|
|
|
USER root
|
|
|
|
RUN chgrp -R 0 /wiki /logs && \
|
|
chmod -R g=u /wiki /logs
|
|
|
|
USER 1001
|