FROM python:3.9.16-alpine

WORKDIR /app

COPY requirements-dev.txt requirements-dev.txt 

RUN pip install -r requirements-dev.txt