pvanand commited on
Commit
9ac3478
·
verified ·
1 Parent(s): ffc414e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ WORKDIR /app
16
 
17
  # Copy application files
18
  COPY requirements.txt .
19
- COPY app.py .
20
 
21
  # Install Python dependencies
22
  RUN pip3 install --no-cache-dir -r requirements.txt
 
16
 
17
  # Copy application files
18
  COPY requirements.txt .
19
+ COPY . .
20
 
21
  # Install Python dependencies
22
  RUN pip3 install --no-cache-dir -r requirements.txt