BrailleBuddy / Dockerfile
Anupam251272's picture
Update Dockerfile
bfc57e2 verified
raw
history blame contribute delete
103 Bytes
FROM python:3.10-slim-buster
WORKDIR /app
COPY your_script_name.py .
CMD ["python", "
BrailleBuddy.py"]