FROM python:3.9 WORKDIR /workspaceCOPY Pipfile.lock /workspace/RUN \ pip install pipenv && \ pipenv sync --system