FROM python:3.10-slim RUN pip install --upgrade pip RUN pip install mercury==2.4.3 COPY . /code WORKDIR /code CMD ["mercury", "run", "app.py"]