Spaces:
Sleeping
Sleeping
Deploy backend Flask app
Browse files- 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"]
|