新增dify接口;完善F10请求地址

This commit is contained in:
BBIT-Kai
2026-07-03 09:06:45 +08:00
parent cd16184e0c
commit 73c47bee88
9 changed files with 434 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM amazoncorretto:21-alpine
WORKDIR /app
COPY build/install/f10/ /app/
EXPOSE 8096
CMD ["./bin/f10"]