sheltonmaharesh commited on
Commit
20068d5
·
verified ·
1 Parent(s): a891df0

Deploy backend Flask app

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,5 +6,6 @@ COPY . .
6
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
7
 
8
  EXPOSE 7860
 
9
  ENV MPLCONFIGDIR=/tmp/matplotlib
10
  CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "bot_detector_api:app"]
 
6
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
7
 
8
  EXPOSE 7860
9
+
10
  ENV MPLCONFIGDIR=/tmp/matplotlib
11
  CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "bot_detector_api:app"]