fix: fix docker builds and runs

This commit is contained in:
Daniil Polyakov
2026-02-27 21:20:22 +03:00
parent 4e112bc520
commit 7d4409fdf9
3 changed files with 153 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
set -e
CONFIG="/etc/indexer_service/indexer_service.json"
CONFIG="/etc/indexer_service/indexer_config.json"
# Check config file exists
if [ ! -f "$CONFIG" ]; then
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2024"
license = { workspace = true }
[dependencies]
indexer_service_protocol = { workspace = true, features = ["convert"] }
indexer_service_protocol.workspace = true
jsonrpsee = { workspace = true, features = ["macros"] }
serde_json.workspace = true