FROM python:3.11.5 ENV PYTHONBUFFERED=1 WORKDIR /django COPY requirements.txt requirements.txt RUN pip install -r requirements.txt