Update Dockerfile

This commit is contained in:
2025-05-07 18:36:24 +00:00
parent 594c65cc6b
commit 5e6f15af6b

View File

@@ -18,7 +18,7 @@ COPY README.md ./
COPY .env.example ./
# Install required dependencies directly
RUN pip install --no-cache-dir fastapi uvicorn python-dotenv pydantic splunk-sdk
RUN pip install --no-cache-dir fastapi uvicorn python-dotenv pydantic splunk-sdk python-decouple
# Create directory for environment file
RUN mkdir -p /app/config