Files
2025-08-25 17:53:08 +08:00

5 lines
87 B
Docker

FROM busybox:latest
RUN echo "启动成功" > /file.txt
CMD ["tail","-f","/file.txt"]