Skip to content

Commit 853fb21

Browse files
committed
test: pass GATEWAY_COMMIT when building gateway container
1 parent 4c80a18 commit 853fb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-test-network.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ sleep 10 # Give indexer time to process initial blocks
354354

355355
echo "Building gateway image..."
356356
source local-network/.env
357-
docker build -t local-gateway:latest ./local-network/gateway
357+
docker compose -f local-network/docker-compose.yaml build gateway
358358

359359
echo "Running gateway container..."
360360
# Verify required files exist before starting gateway

0 commit comments

Comments
 (0)