File size: 77 Bytes
acbc28c
 
97f83e2
acbc28c
1
2
3
4
FROM python:3.10
COPY . .
RUN pip install requests
CMD ["python", "./app.py"]