Files
dify/docker/couchbase-server/Dockerfile
T
c8ef9223e5 feat: couchbase integration (#6165)
Co-authored-by: crazywoola <[email protected]>
Co-authored-by: Elliot Scribner <[email protected]>
Co-authored-by: crazywoola <[email protected]>
Co-authored-by: Bowen Liang <[email protected]>
2024-10-29 15:00:23 +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