anythingllm / Dockerfile
Mieszko Makuch
Fix Dockerfile: Remove user creation, use existing AnythingLLM user
9fe7781
FROM mintplexlabs/anythingllm:latest
# Set environment variables for AnythingLLM
# AnythingLLM already runs with UID 1000 which matches Hugging Face Spaces requirements
ENV PORT=7860
ENV SERVER_PORT=7860
ENV STORAGE_DIR=/app/server/storage
ENV DISABLE_TELEMETRY=true
ENV NO_DEBUG=true
# AnythingLLM already has its ENTRYPOINT/CMD configured
# The base image will handle starting the application on the configured port