File size: 101 Bytes
bbc3d15
 
 
 
1
2
3
4
FROM python:3.9
RUN pip install -r requirements.txt
COPY . .
CMD gunicorn --bind 0.0.0.0:7860 app:app