Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user