FROM python:3.9
Run mkdir src
WORKDIR src
COPY . .
Run pip install -r requirements.txt
CMD [ "python3" , "main.py" ]