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