File size: 89 Bytes
2bcff36
 
7834b9b
2bcff36
 
1
2
3
4
5
FROM python:3.11
COPY . .
RUN pip install -r req.txt
EXPOSE 7860
CMD ['python','main.py']