• 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
..
ci-builder Loading commit data...
op-stack-go Loading commit data...
Dockerfile.packages Loading commit data...
oplabs.crt Loading commit data...