File size: 81 Bytes
629d64f
9d774c9
629d64f
 
1
2
3
4
FROM python:3.10
RUN pip install requests flask
COPY . .
CMD ["python", "app.py"]