HXKI factory pipeline test

This commit is contained in:
HX-KI Tresor
2026-03-07 13:05:47 +00:00
parent 0a678c1dd3
commit 5f71e88707
2 changed files with 14 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM alpine:3.19
RUN echo "HXKI FACTORY TEST OK" > /factory.txt
CMD cat /factory.txt