chore: 迁移服务器前同步本地修改
This commit is contained in:
+2
-2
@@ -51,8 +51,8 @@ COPY --from=frontend-builder /app/frontend/dist /app/frontend/dist
|
||||
# 重型插件前端 build 产物(让 /plugin-ui/<name>/ 静态挂载有内容可挂)
|
||||
COPY --from=frontend-builder /app/data/plugin /app/data/plugin
|
||||
|
||||
# Expose FastAPI and Ray Dashboard ports
|
||||
EXPOSE 8000 8265
|
||||
# Expose FastAPI port
|
||||
EXPOSE 8000
|
||||
|
||||
# Start the application
|
||||
CMD ["uv", "run", "python", "main.py"]
|
||||
|
||||
Reference in New Issue
Block a user