From 300d9ea9d53c41648adfe9a5e306b4615648e1f2 Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 17 Sep 2024 18:30:32 -0400 Subject: [PATCH] Troubleshooting code --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6ea900..3c6930c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,6 @@ ENV CACHE_MB=2000 VOLUME /db -RUN mkdir -p "$DB_DIRECTORY" && ulimit -n 1048576 +RUN pwd && ls && mkdir -p "$DB_DIRECTORY" && ulimit -n 1048576 CMD ["/usr/bin/python3", "/usr/local/bin/electrumx_server"] \ No newline at end of file