1
0
Fork 0
1Panel-Appstore/apps/dify/1.9.2/conf/couchbase-server/Dockerfile

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