Mount local env package on docker container

Hi there,

I use pipenv in my local env for python script development and wanted to execute the scripts without having to build the image using a dockerfile every time to deal with the packages and dependencies. Is this possible? Can some one assist me with this please?

Thank you!