FROM code.forgejo.org/oci/debian:bookworm COPY entrypoint.sh /run/entrypoint.sh # if we rebuild, we should notice this file change COPY input.txt /run/input.txt ENTRYPOINT [ "/run/entrypoint.sh" ]