5 lines
97 B
Docker
5 lines
97 B
Docker
|
FROM --platform=$TARGETPLATFORM alpine
|
||
|
|
||
|
RUN echo "Startup success" > /os.txt
|
||
|
|
||
|
CMD tail -f /os.txt
|