Skip to content

Commit

Permalink
fix: infra things (#176)
Browse files Browse the repository at this point in the history
* fix: add new config file for price-pusher, add stage on vrf-listener dockerfile, add new env variable for config path

* fix: config file path on Dockerfile

* fix: space issue
  • Loading branch information
hel-kame authored Jul 29, 2024
1 parent 804ef30 commit 30824d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/price-pusher/offchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ FROM base as final
COPY --from=builder /opt /opt
COPY infra/price-pusher/config/ /opt/price-pusher/config/
WORKDIR /opt/price-pusher
ENTRYPOINT /opt/price-pusher/.venv/bin/python3.12 price_pusher/main.py -c ${CONFIG_PATH}-t ${TARGET} -n ${NETWORK} -p ${PRIVATE_KEY} --publisher-name ${PUBLISHER_NAME} --publisher-address ${PUBLISHER_ADDRESS} --rpc-url ${RPC_URL} --api-key ${API_KEY} --api-base-url ${API_BASE_URL}
ENTRYPOINT /opt/price-pusher/.venv/bin/python3.12 price_pusher/main.py -c ${CONFIG_PATH} -t ${TARGET} -n ${NETWORK} -p ${PRIVATE_KEY} --publisher-name ${PUBLISHER_NAME} --publisher-address ${PUBLISHER_ADDRESS} --rpc-url ${RPC_URL} --api-key ${API_KEY} --api-base-url ${API_BASE_URL}

0 comments on commit 30824d8

Please sign in to comment.