Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #846 from EOSIO/dockerfile_eosio
Browse files Browse the repository at this point in the history
Switching to eosio/eosio docker image in CI/CD
  • Loading branch information
Brad Hart authored Mar 24, 2021
2 parents f695d47 + 6e9914b commit ae8c65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/eosjs-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN cd cfhello \
&& eosio-cpp -abigen ./cfhello.cpp -o ./build/cfhello.wasm


FROM eosio/eos:${EOSBRANCH}
FROM eosio/eosio:${EOSBRANCH}
ENTRYPOINT ["nodeos", "--data-dir", "/root/.local/share", "-e", "-p", "eosio", "--replay-blockchain", "--plugin", "eosio::producer_plugin", "--plugin", "eosio::chain_api_plugin", "--plugin", "eosio::trace_api_plugin", "--trace-no-abis", "--plugin", "eosio::db_size_api_plugin", "--plugin", "eosio::http_plugin", "--http-server-address=0.0.0.0:8888", "--access-control-allow-origin=*", "--contracts-console", "--http-validate-host=false", "--enable-account-queries=true", "--verbose-http-errors", "--max-transaction-time=100"]
WORKDIR /root
RUN mkdir -p "/opt/eosio/bin/contracts"
Expand Down

0 comments on commit ae8c65a

Please sign in to comment.