Use custom Dockerfile.node with @pezkuwi API aliases instead of generic subql-node

This commit is contained in:
2026-02-14 04:15:57 +03:00
parent dd2c3c7d1b
commit 43e4a5d939
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ jobs:
script: |
cd /opt/subquery
git pull origin main
docker compose -f docker-compose.prod.yml pull
docker compose -f docker-compose.prod.yml build --pull
docker compose -f docker-compose.prod.yml up -d