FROM python:slim-buster COPY src /src ENTRYPOINT [ "python", "src/main.py" ]