FROM python:3.10-slim-buster WORKDIR /app COPY your_script_name.py . CMD ["python", " BrailleBuddy.py"]