sachin commited on
Commit
dee875b
·
1 Parent(s): e618a9e
Dockerfile CHANGED
@@ -17,8 +17,8 @@ RUN apk add --no-cache \
17
  libpng-dev
18
 
19
  # Install Python dependencies
20
- COPY client-requirements.txt .
21
- RUN pip install --no-cache-dir --user -r client-requirements.txt
22
 
23
  # Stage 2: Final stage
24
  FROM python:3.10-alpine
 
17
  libpng-dev
18
 
19
  # Install Python dependencies
20
+ COPY requirements.txt .
21
+ RUN pip install --no-cache-dir --user -r requirements.txt
22
 
23
  # Stage 2: Final stage
24
  FROM python:3.10-alpine
client-requirements.txt → requirements.txt RENAMED
File without changes