abdullahalioo commited on
Commit
1f075b2
·
verified ·
1 Parent(s): c430681

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  COPY requirements.txt .
8
 
9
  # Install Python dependencies
10
- RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  # Copy the entire project into container
13
  COPY . .
 
7
  COPY requirements.txt .
8
 
9
  # Install Python dependencies
10
+ RUN pip install -r requirements.txt
11
 
12
  # Copy the entire project into container
13
  COPY . .