replicate 2.0.0

Copies the currently running program into a temporary location
Documentation
1
2
3
FROM bash
RUN --mount=from=replicate,target=/mnt \
    /mnt/docker_build hello world