dify / Dockerfile
shawroger's picture
Update Dockerfile
c716c70 verified
raw
history blame contribute delete
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