Remove utility scripts and add worker-data to .gitignore

This commit is contained in:
conache
2024-08-09 22:47:52 +03:00
parent 0b9b0f9660
commit 8864b2659b
7 changed files with 17 additions and 82 deletions

7
Dockerfile_worker Normal file
View File

@ -0,0 +1,7 @@
FROM alloranetwork/allora-offchain-node:latest
COPY ./config.json /app/config.json
ENV ALLORA_OFFCHAIN_NODE_CONFIG_FILE_PATH=/app/config.json
CMD ["./allora_offchain_node"]