mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
4 lines
174 B
Docker
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
|