Spaces:
Sleeping
Sleeping
please
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,7 @@ COPY . .
|
|
| 21 |
EXPOSE 8000
|
| 22 |
|
| 23 |
# Set default PORT if not provided by Hugging Face
|
| 24 |
-
ENV PORT=
|
| 25 |
EXPOSE $PORT
|
| 26 |
|
| 27 |
# Start the application
|
|
|
|
| 21 |
EXPOSE 8000
|
| 22 |
|
| 23 |
# Set default PORT if not provided by Hugging Face
|
| 24 |
+
ENV PORT=7860
|
| 25 |
EXPOSE $PORT
|
| 26 |
|
| 27 |
# Start the application
|