File size: 81 Bytes
2a187f5
 
 
 
 
 
 
1
2
3
4
5
6
7
FROM python:3.9-slim

WORKDIR /app

COPY script.py .

CMD ["python", "script.py"]