Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ RUN pip install --upgrade pip
|
|
| 18 |
RUN pip install -r requirements.txt
|
| 19 |
|
| 20 |
# Expose port
|
| 21 |
-
EXPOSE
|
| 22 |
|
| 23 |
# Start the server
|
| 24 |
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
|
|
|
|
| 18 |
RUN pip install -r requirements.txt
|
| 19 |
|
| 20 |
# Expose port
|
| 21 |
+
EXPOSE 7860
|
| 22 |
|
| 23 |
# Start the server
|
| 24 |
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
|