FROM --platform=linux/amd64 python:3 ADD main.py . ADD config.py . ADD functions.py . RUN pip install --no-cache-dir -r requirements.txt CMD [ "python", "./main.py" ]