FROM python:3.10-slim-buster

WORKDIR /root

COPY *.py /root/
