Skip to content

Commit

Permalink
Copy raven.conf also to root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dramirezRT committed Mar 28, 2022
1 parent 2174468 commit eb01eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN rm -f /usr/local/bin/raven_init
VOLUME [ "/home/kingofthenorth/.raven" ]
RUN chown -R kingofthenorth:kingofthenorth /home/kingofthenorth/.raven
COPY ./files/raven.conf /home/kingofthenorth/.raven
COPY ./files/raven.conf /root/.raven

USER kingofthenorth
WORKDIR /home/kingofthenorth
Expand Down

0 comments on commit eb01eb5

Please sign in to comment.