Files
kubernetes/Container/Docker/Compose/Yml/Dockerfile
2026-01-09 18:07:41 +08:00

5 lines
95 B
Docker

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