6 lines
87 B
Docker
6 lines
87 B
Docker
FROM alpine:3.19
|
|
|
|
RUN echo "HXKI FACTORY TEST OK" > /factory.txt
|
|
|
|
CMD cat /factory.txt
|