varshasharma01 commited on
Commit
cdab7c2
·
verified ·
1 Parent(s): 6b441f7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
  # Copy and install dependencies
12
- COPY requirements.txt .
13
 
14
  RUN pip install --upgrade pip
15
  RUN pip install --no-cache-dir -r requirements.txt
 
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
  # Copy and install dependencies
12
+ COPY requirements.txt ./
13
 
14
  RUN pip install --upgrade pip
15
  RUN pip install --no-cache-dir -r requirements.txt