quan1998 commited on
Commit
ea67a13
·
verified ·
1 Parent(s): ca3abd0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
 
7
  # Copy và cài dependencies
8
  COPY requirements.txt .
9
- RUN pip install --no-cache-dir -r requirements.txt
10
 
11
  # Copy toàn bộ code vào container
12
  COPY . .
 
6
 
7
  # Copy và cài dependencies
8
  COPY requirements.txt .
9
+ RUN pip install --no-cache-dir --upgrade -r requirements.txt
10
 
11
  # Copy toàn bộ code vào container
12
  COPY . .