Merge branch 'master' of github.com:Requarks/wiki

This commit is contained in:
NGPixel 2019-08-03 04:58:07 +00:00
commit c650cee441

8
dev/openshift/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM requarks/wiki:beta
USER root
RUN chgrp -R 0 /wiki /logs && \
chmod -R g=u /wiki /logs
USER 1001