File size: 105 Bytes
23f2281
3b1347e
23f2281
 
1
2
3
4
5
FROM python:3.9-slim
RUN pip install flask requests Pillow
COPY app.py /app.py
CMD ["python", "/app.py"]