From fea6013baca7d5a1d7e89aea7712f91476a6807c Mon Sep 17 00:00:00 2001 From: Guilherme Sperb Machado Date: Sun, 18 Feb 2024 21:30:52 +0100 Subject: [PATCH] exclude RocksDBStore plugin --- docker/Dockerfile.neo-node-with-plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.neo-node-with-plugins b/docker/Dockerfile.neo-node-with-plugins index 9b1916c..97ce0ea 100644 --- a/docker/Dockerfile.neo-node-with-plugins +++ b/docker/Dockerfile.neo-node-with-plugins @@ -8,7 +8,7 @@ WORKDIR /neo-modules # to a regex including the names of dirs. # Example: # REGEX_EXCLUDE_PLUGINS=".*(SystemLog|RpcNep5Tracker)" -ARG REGEX_EXCLUDE_PLUGINS=".*(SystemLog|RpcNep5Tracker)" +ARG REGEX_EXCLUDE_PLUGINS=".*(SystemLog|RpcNep5Tracker|RocksDBStore)" # # Some magic here. Time for the kids to leave. Adults only.