FROM --platform=$TARGETPLATFORM alpine RUN echo "Startup success" > /os.txt CMD tail -f /os.txt