todo: contents here

'''sh pipenv install --python 3.7 pipenv install python-dotenv psycopg2-binary pipenv shell '''

set up env vars in an ".env" file:

'''sh DB_NAME="" DB_USER="" DB_PASSOWRD="" DB_HOST="" '''

RUN:

'''SH PYTHON APP/PG_QUERIES.PY '''