Skip to content

Commit

Permalink
fix config path
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Jul 21, 2024
1 parent 420b76c commit 6bd4813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ RUN cd /veilid/veilid-server \
&& /root/.cargo/bin/cargo install --path .

COPY entry.sh /entry.sh
COPY config /config
COPY config/veilid-server.conf /root/.config/veilid/veilid-server.conf

# config
VOLUME /config
VOLUME /root/.config/veilid/

# State holds the node ID etc. to persist between runs
VOLUME /root/.local/share/veilid/
Expand Down

0 comments on commit 6bd4813

Please sign in to comment.