mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
9 lines
108 B
Docker
9 lines
108 B
Docker
|
FROM requarks/wiki:beta
|
||
|
|
||
|
USER root
|
||
|
|
||
|
RUN chgrp -R 0 /wiki /logs && \
|
||
|
chmod -R g=u /wiki /logs
|
||
|
|
||
|
USER 1001
|