AnythingLLM / Dockerfile
techprotrade's picture
Update Dockerfile
73a746f verified
Raw
History Blame Contribute Delete
163 Bytes
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"]