fix: add example OpenShift-compatible Dockerfile. (#948)
This commit is contained in:
parent
eccf1a1b19
commit
5622286856
8
dev/openshift/Dockerfile
Normal file
8
dev/openshift/Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user