end-to-end/actions/example-force-rebuild/.forgejo/local-docker-action/Dockerfile

5 lines
197 B
Docker

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" ]