We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4811eed commit 8676c18Copy full SHA for 8676c18
indexers-v2/Dockerfile
@@ -13,4 +13,4 @@ COPY . .
13
RUN pip install --upgrade pip
14
RUN pip install --no-cache-dir -r requirements.txt
15
16
-ENTRYPOINT ["sh", "-c", "python3 main.py --network_name \"$NETWORK_NAME\" --rpc_endpoint \"$RPC_ENDPOINT\" && npm run generate:processor && npm run build && npm run generate:migration && npm run start"]
+ENTRYPOINT ["sh", "-c", "python3 main.py --network_name \"$NETWORK_NAME\" --rpc_endpoint \"$RPC_ENDPOINT\" && npm run generate:processor && npm run build && (npm run generate:migration || true) && npm run start"]
0 commit comments