Skip to content

Commit

Permalink
Make /var/rlgl writable
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Green committed Jan 6, 2024
1 parent bf19d4f commit a840855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ENV RLGL_VERSION=${RLGL_VERSION}
RUN APP_SYSTEM_NAME=rlgl-server /usr/libexec/s2i/assemble
USER 0
RUN dnf install -y file poppler-utils gpg && dnf clean all
RUN mkdir -p /var/rlgl/docs /var/rlgl/policy && chown -R 1001:0 /var/rlgl
RUN mkdir -p /var/rlgl/docs /var/rlgl/policy && chown -R 1001:0 /var/rlgl && chmod -R go+rwx /var/rlgl
USER 1001
CMD DEV_BACKEND=slynk APP_SYSTEM_NAME=rlgl-server APP_EVAL="\"(progn (rlgl-server:start-rlgl-server) (loop do (sleep 1000)))\"" /usr/libexec/s2i/run

0 comments on commit a840855

Please sign in to comment.