FROM busybox:latest AS prod

RUN echo "启动成功" > /file.txt

CMD ["tail","-f","/file.txt"]