muhammadhasnain100
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,6 +11,6 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
11 |
|
12 |
COPY --chown=user . /app
|
13 |
# Run the Flask API
|
14 |
-
CMD ["gunicorn", "-w", "4", "-b", "
|
15 |
|
16 |
|
|
|
11 |
|
12 |
COPY --chown=user . /app
|
13 |
# Run the Flask API
|
14 |
+
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app"]
|
15 |
|
16 |
|