Skip to content

Commit 3f42e32

Browse files
committed
Add data path env var
1 parent 7a07e9c commit 3f42e32

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ COPY --from=BUILDER \
1414
/usr/local/bin/
1515

1616
ENV NETWORK_ID ""
17+
ENV DATA_PATH /home
1718
ENV RELAY_URL https://wasser.liebechaos.org
1819

19-
CMD /usr/local/bin/bootstrap --network-id $NETWORK_ID --relay-url $RELAY_URL
20+
CMD /usr/local/bin/bootstrap --data-path $DATA_PATH --network-id $NETWORK_ID --relay-url $RELAY_URL

0 commit comments

Comments
 (0)