7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
|
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"]
|