erigon-pulse/tests/automated-testing
Thorsten Hirsch a5144e0312
add ENTRYPOINT to Dockerfile and Dockerfile.debian (#6966)
Providing an ENTRYPOINT in Dockerfiles is best practice, so I've added
an ENTRYPOINT to Dockerfile and Dockerfile.debian, setting it to erigon,
because it's the binary most people want to run. The setting can be
overridden in the ` docker run` command to execute different binaries.
Currently everybody has to override it anyway, because there's neither a
CMD nor an ENTRYPOINT given.

The Dockerfile.release already contains the ENTRYPOINT erigon.

P.S.: This PR originated in #6862.
2023-03-03 10:11:59 +00:00
..
scripts feat(ci): run 2x dev nodes for automated-testing (#5346) 2022-12-09 20:07:57 +07:00
.gitignore feat(ci): run 2x dev nodes for automated-testing (#5346) 2022-12-09 20:07:57 +07:00
docker-compose.yml add ENTRYPOINT to Dockerfile and Dockerfile.debian (#6966) 2023-03-03 10:11:59 +00:00
run.sh feat(ci): run 2x dev nodes for automated-testing (#5346) 2022-12-09 20:07:57 +07:00