Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Paused
App
Files
Files
Community
45ac7d0
dify
/
docker
/
couchbase-server
/
Dockerfile
Severian
initial commit
a8b3f00
27 days ago
raw
Copy download link
history
blame
Safe
174 Bytes
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/i
nit-cbserver.sh