Skip to content

Commit

Permalink
Update home directory to point to /root
Browse files Browse the repository at this point in the history
  • Loading branch information
dieswaytoofast committed Jun 15, 2017
1 parent 479d612 commit b170528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -21,8 +21,8 @@ ARG GOOS=linux
RUN go install

# Setup the cache directory
RUN mkdir -p $HOME/.factom/m2
COPY factomd.conf $HOME/.factom/m2/factomd.conf
RUN mkdir -p /root/.factom/m2
COPY factomd.conf /root/.factom/m2/factomd.conf

ENTRYPOINT ["/go/bin/factomd"]

Expand Down

0 comments on commit b170528

Please sign in to comment.