FROM python:3.10-slim WORKDIR /app ADD . /app RUN pip3 install -r requirements.txt EXPOSE 8501