Gokulavelan commited on
Commit
4873c1e
·
1 Parent(s): 4b8202a
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
15
  WORKDIR /app
16
 
17
  # Copy requirements and install them
18
- COPY app/requirements.txt .
19
  RUN pip install --no-cache-dir -r requirements.txt
20
 
21
  # Copy the FastAPI application code
 
15
  WORKDIR /app
16
 
17
  # Copy requirements and install them
18
+ COPY requirements.txt .
19
  RUN pip install --no-cache-dir -r requirements.txt
20
 
21
  # Copy the FastAPI application code