Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shawroger
/
dify
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dify
/
Dockerfile
shawroger
Update Dockerfile
c716c70
verified
15 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
177 Bytes
# run docker-compose
RUN
git
clone
https://github.com/langgenius/dify.git \
&&
cd
docker \
&&
cp
.env.example .
env
\
&& docker compose up -d
# server port
EXPOSE
80