bfc57e2 77a5484 bfc57e2
1
2
3
4
5
FROM python:3.10-slim-buster WORKDIR /app COPY your_script_name.py . CMD ["python", " BrailleBuddy.py"]