Hamza4100 commited on
Commit
faaab91
·
verified ·
1 Parent(s): ba0a62d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ COPY requirements.txt .
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # Copy application files
 
15
  COPY app.py .
16
  COPY merged_subscriber_data.csv .
17
  COPY international_calls.csv .
 
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # Copy application files
15
+ #all csv here
16
  COPY app.py .
17
  COPY merged_subscriber_data.csv .
18
  COPY international_calls.csv .