Kartik Goyal commited on
Commit
36a889b
·
1 Parent(s): b9daf1b

fixed docker

Browse files
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update \
6
 
7
  WORKDIR /app
8
 
9
- COPY pyproject.toml requirements.txt ./
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  COPY . .
 
6
 
7
  WORKDIR /app
8
 
9
+ COPY pyproject.toml requirements.txt
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  COPY . .