• Matthew Slipper's avatar
    Remove hardcoded entrypoint (#11801) · c27aead5
    Matthew Slipper authored
    Removes the `ENTRYPOINT` directive in the `contracts-bedrock` image. While convenient, using `ENTRYPOINT` makes building tooling on top of the image much harder since the entrypoint cannot be overridden without providing special flags to Docker. It is easier to use a dummy `CMD` instead that directs users to call specific tools when running the container. Functionally, this means users will run `docker run just <cmd>` instead of `docker run <cmd>` if they want to use the Justfile.
    c27aead5
Name
Last commit
Last update
..
check-changed Loading commit data...
docker Loading commit data...
scripts Loading commit data...
tag-service Loading commit data...
README.md Loading commit data...