FROM python:3.11-slim COPY processFiles.py /processFiles.py ENTRYPOINT ["python3", "/processFiles.py"]