修改端口
This commit is contained in:
@@ -17,6 +17,6 @@ RUN pip install --no-cache-dir -i "${PIP_INDEX_URL}" -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 8000
|
||||
EXPOSE 18000
|
||||
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "18000"]
|
||||
|
||||
Reference in New Issue
Block a user