feat: update dify 1.11.4

This commit is contained in:
arch3rPro
2026-01-16 05:31:02 +08:00
parent cc45f158a2
commit cb55823751
32 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
FROM couchbase/server:latest AS stage_base
# FROM couchbase:latest AS stage_base
COPY init-cbserver.sh /opt/couchbase/init/
RUN chmod +x /opt/couchbase/init/init-cbserver.sh