Files
2026-01-09 18:07:41 +08:00

5 lines
97 B
Docker

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