2025-01-12 08:07:07 +01:00
|
|
|
FROM code.forgejo.org/oci/debian:bookworm
|
2025-01-11 15:27:44 +00:00
|
|
|
COPY entrypoint.sh /run/entrypoint.sh
|
|
|
|
# if we rebuild, we should notice this file change
|
|
|
|
COPY input.txt /run/input.txt
|
2025-01-12 08:07:07 +01:00
|
|
|
ENTRYPOINT [ "/run/entrypoint.sh" ]
|