File size: 163 Bytes
ed78828
 
1173b77
 
6a70c75
73a746f
ed78828
 
 
73a746f
1
2
3
4
5
6
7
8
9
10
FROM mintplexlabs/anythingllm:master

USER root

ENV STORAGE_DIR=/app/server/storage
ENV SERVER_PORT=7860

EXPOSE 7860

CMD ["/usr/local/bin/docker-entrypoint.sh"]