We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c80a18 commit 853fb21Copy full SHA for 853fb21
setup-test-network.sh
@@ -354,7 +354,7 @@ sleep 10 # Give indexer time to process initial blocks
354
355
echo "Building gateway image..."
356
source local-network/.env
357
-docker build -t local-gateway:latest ./local-network/gateway
+docker compose -f local-network/docker-compose.yaml build gateway
358
359
echo "Running gateway container..."
360
# Verify required files exist before starting gateway
0 commit comments