pref:修改端口
This commit is contained in:
@@ -7,6 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 7860
|
||||||
|
|
||||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "3000"]
|
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
||||||
Reference in New Issue
Block a user