FROM python:3.9.16-alpine

WORKDIR /app

COPY . .

RUN pip install -r requirements.txt