A note for anyone else deploying a Dockerfile running Pipenv to Google Cloud Run. Google Cloud Run is currently bugged in conjunction with Pipenv and requires the following env var to be declared in your Dockerfile to avoid a module not found error
ENV PIPENV_VENV_IN_PROJECT 1