1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-22 23:19:35 +08:00
Meng Sen a56026f100 发布 Dify 1.0.0 暂不可用
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2025-02-18 12:09:38 +08:00

4 lines
174 B
Docker

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