FROM python:3.11.10

RUN pip install psycopg2-binary
COPY ./get_user.py /
