'Running docker image doesnt recognize the path or the feature

I am running this Docker image, it returns me the help and also error once i run some tippecanoe commands, but doesn't recognize the file when running

docker run --rm -v `pwd`:/my/path/to/the/data_tiles/ ingmapping/tippecanoe /my/path/to/the/data_tiles/test.geojson -o /my/path/to/the/data_tiles/test.mbtiles --force

It pops my this error:

For layer 0, using name "test" /my/path/to/the/data_tiles/test.geojson: No such file or directory 0 features, 10 bytes of geometry, 8 bytes of separate metadata, 0 bytes of string pool Did not read any valid geometries



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source