Files
Kubernetes/Docker/Builder/Buildx/Dockerfile
2025-08-25 17:53:08 +08:00

5 lines
97 B
Docker

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