Spaces:
Sleeping
Sleeping
Avinyaa
commited on
Commit
·
bbaf488
1
Parent(s):
ac31cdd
new
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,6 +26,6 @@ RUN git clone https://huggingface.co/Borcherding/XTTS-v2_C3PO && \
|
|
26 |
COPY . .
|
27 |
|
28 |
# Expose the port
|
29 |
-
EXPOSE
|
30 |
|
31 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
26 |
COPY . .
|
27 |
|
28 |
# Expose the port
|
29 |
+
EXPOSE 7860
|
30 |
|
31 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|