debuged python docker client issue
This commit is contained in:
@@ -9,13 +9,13 @@ RUN apt-get update && apt-get install -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy requirements first for better caching
|
||||
COPY session-manager/requirements.txt .
|
||||
COPY requirements.txt .
|
||||
|
||||
# Install Python dependencies
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Copy application code
|
||||
COPY session-manager/ .
|
||||
COPY . .
|
||||
|
||||
# Create sessions directory
|
||||
RUN mkdir -p /app/sessions
|
||||
|
||||
Reference in New Issue
Block a user