Files
build-test/Dockerfile

3 lines
87 B
Docker

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