From e01198b204e2e29a009ef398c4a84663bc482fb3 Mon Sep 17 00:00:00 2001 From: Theophilus Date: Fri, 17 Nov 2023 20:05:27 +0100 Subject: [PATCH] feat: update to path specification in https://github.com/bitcoin-dev-project/sim-ln/pull/132 --- Makefile | 6 ++++-- docker/README.md | 1 + docker/entrypoint.sh | 7 ++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 68777f3f..d9fbebcd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ LOG_LEVEL ?= info +DATA_DIR ?= /data build-docker: docker build -f docker/Dockerfile -t sim-ln . @@ -15,14 +16,15 @@ help: @echo "stop Stops the Docker container." @echo "" @echo "Variables:" - @echo "SIMFILE_PATH Path to the sim.json file." + @echo "SIMFILE_PATH Path to the sim.json file." @echo "LOG_LEVEL Set the logging level (default: info) e.g. " @echo "HELP Set to true to print the help message (default: false) e.g. " @echo "PRINT_BATCH_SIZE Set the batch size for printing the results e.g. " @echo "TOTAL_TIME Set the total time for the simulation e.g. " + @echo "DATA_DIR Set the data directory for the simulation containing simulation files and results e.g.