Remove utility scripts and add worker-data to .gitignore
This commit is contained in:
7
Dockerfile_worker
Normal file
7
Dockerfile_worker
Normal 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"]
|
Reference in New Issue
Block a user