Skip to content

Commit

Permalink
Fix bchctl in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Dec 25, 2024
1 parent b24eee0 commit 0c535ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ RUN go install ./cmd/bchctl
# Symlink the config to /root/.bchd/bchd.conf
# so bchctl requires fewer flags.
RUN mkdir -p /root/.bchd
RUN mkdir -p /root/.bchctl
RUN ln -s /data/bchd.conf /root/.bchd/bchd.conf
RUN ln -s /data/bchctl.conf /root/.bchctl/bchctl.conf

# Create the data volume.
VOLUME ["/data"]
Expand Down

0 comments on commit 0c535ed

Please sign in to comment.