Kubernetes/CICD/Github/Dockerfile

5 lines
87 B
Docker
Raw Normal View History

2024-08-07 10:54:39 +00:00
FROM busybox:latest
RUN echo "启动成功" > /file.txt
CMD ["tail","-f","/file.txt"]