FROM alpine:3.21 COPY data/ /data ENTRYPOINT ["/bin/sh", "-c", "while sleep 3600; do :; done"]