Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 14 |
|
| 15 |
COPY . .
|
| 16 |
|
| 17 |
-
EXPOSE
|
| 18 |
|
| 19 |
CMD ["python", "app.py"]
|
| 20 |
|
|
|
|
| 14 |
|
| 15 |
COPY . .
|
| 16 |
|
| 17 |
+
EXPOSE 7860
|
| 18 |
|
| 19 |
CMD ["python", "app.py"]
|
| 20 |
|