mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-04-21 13:19:43 +08:00

Co-authored-by: crazywoola <427733928@qq.com> Co-authored-by: Elliot Scribner <elliot.scribner@couchbase.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: Bowen Liang <bowenliang@apache.org>
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 |