Add Dockerfile for build testing

This commit is contained in:
2026-02-01 20:44:20 +00:00
parent 1401226681
commit 694e311448

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM alpine:3.19
RUN echo "Build test" > /build-info.txt
CMD ["cat", "/build-info.txt"]