Explorar o código

fix: add example OpenShift-compatible Dockerfile. (#948)

Brent Sharrow %!s(int64=6) %!d(string=hai) anos
pai
achega
5622286856
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      dev/openshift/Dockerfile

+ 8 - 0
dev/openshift/Dockerfile

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