1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-11 03:22:31 +08:00
Meng Sen a26fb272d7 发布应用 Dify 0.15.3
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2025-02-24 11:23:56 +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