Add minimal Dockerfile for image-build probe
Some checks are pending
/ container-probe (push) Waiting to run
/ probe (push) Waiting to run

This commit is contained in:
forgejo_admin 2026-07-03 22:32:54 +00:00
parent 1e0f866000
commit 0ecb2f7b5f

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM alpine:3.20
RUN echo forgejo-image-build-probe-ok > /probe.txt