Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -9,8 +9,8 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 9 |
|
| 10 |
COPY . .
|
| 11 |
|
| 12 |
-
EXPOSE
|
| 13 |
|
| 14 |
-
ENV PORT=
|
| 15 |
|
| 16 |
CMD ["python", "app.py"]
|
|
|
|
| 9 |
|
| 10 |
COPY . .
|
| 11 |
|
| 12 |
+
EXPOSE 7860
|
| 13 |
|
| 14 |
+
ENV PORT=7860
|
| 15 |
|
| 16 |
CMD ["python", "app.py"]
|