FROM python:3.11.10

RUN pip install psycopg2-binary
RUN pip install Flask
RUN pip install flask-cors