DRONE_RUNNER_VOLUMES

Optional comma separated list. Provides a list of Docker volumes that are mounted into every pipeline step.

DRONE_RUNNER_VOLUMES=/path/on/host:/path/in/container

In the above example, the path to the left of the colon is the host machine path. The path to the right is the path inside your pipeline containers.