--- a +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM python:3.11 + +RUN pip install -r requirements.txt \ No newline at end of file