FROM fedora:latest
COPY OUTPUT.txt /OUTPUT.txt
RUN cat /OUTPUT.txt || echo "no output"