25226b3
1
2
3
4
FROM python:3.11-slim RUN pip install flask requests duckduckgo_search COPY app.py /app.py CMD ["python","/app.py"]