Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,6 +28,6 @@ RUN pip3 install --no-cache-dir -r requirements.txt
|
|
| 28 |
|
| 29 |
COPY . .
|
| 30 |
|
| 31 |
-
EXPOSE
|
| 32 |
|
| 33 |
CMD ["python3", "app.py"]
|
|
|
|
| 28 |
|
| 29 |
COPY . .
|
| 30 |
|
| 31 |
+
EXPOSE 7860
|
| 32 |
|
| 33 |
CMD ["python3", "app.py"]
|