sagar4tech commited on
Commit
3caa669
·
verified ·
1 Parent(s): 8a68922

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ COPY requirements.txt .
17
  RUN pip install --no-cache-dir -r requirements.txt
18
 
19
  # Copy the entire contents of the 'app' directory into the container
20
- COPY app /app
21
 
22
  # Change directory to the 'Model' directory
23
  WORKDIR /app
 
17
  RUN pip install --no-cache-dir -r requirements.txt
18
 
19
  # Copy the entire contents of the 'app' directory into the container
20
+ COPY . .
21
 
22
  # Change directory to the 'Model' directory
23
  WORKDIR /app