Anshul Gupta commited on
Commit ·
1ab7842
1
Parent(s): 80070b2
DockerFile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,4 +12,4 @@ ENV ENABLE_OPENAI_API=true
|
|
| 12 |
# 3️⃣ (Optional) Expose a different host port – HF will map
|
| 13 |
# the container’s 8080 → the Space’s public URL automatically.
|
| 14 |
# ---------------------------------------------------------
|
| 15 |
-
EXPOSE
|
|
|
|
| 12 |
# 3️⃣ (Optional) Expose a different host port – HF will map
|
| 13 |
# the container’s 8080 → the Space’s public URL automatically.
|
| 14 |
# ---------------------------------------------------------
|
| 15 |
+
EXPOSE 7860
|