We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2174468 commit eb01eb5Copy full SHA for eb01eb5
Dockerfile
@@ -22,6 +22,7 @@ RUN rm -f /usr/local/bin/raven_init
22
VOLUME [ "/home/kingofthenorth/.raven" ]
23
RUN chown -R kingofthenorth:kingofthenorth /home/kingofthenorth/.raven
24
COPY ./files/raven.conf /home/kingofthenorth/.raven
25
+COPY ./files/raven.conf /root/.raven
26
27
USER kingofthenorth
28
WORKDIR /home/kingofthenorth
0 commit comments