File size: 177 Bytes
3f4f685
c716c70
 
 
3f4f685
 
 
 
1
2
3
4
5
6
7
8
# 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