Commit 56222868 authored by Brent Sharrow's avatar Brent Sharrow Committed by Nicolas Giard

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

parent eccf1a1b
FROM requarks/wiki:beta
USER root
RUN chgrp -R 0 /wiki /logs && \
chmod -R g=u /wiki /logs
USER 1001
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment