Fitjv commited on
Commit
1970dba
·
verified ·
1 Parent(s): 2e289d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  COPY requirements.txt ./
13
- COPY app.py./src/
14
  COPY churn_prediction_model_v1_0.joblib ./
15
 
16
  RUN pip3 install -r requirements.txt
 
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  COPY requirements.txt ./
13
+ COPY app.py ./src/
14
  COPY churn_prediction_model_v1_0.joblib ./
15
 
16
  RUN pip3 install -r requirements.txt