euler314 commited on
Commit
bf362a3
·
verified ·
1 Parent(s): 0059b56

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /code
4
 
5
  COPY requirements.txt /code/requirements.txt
6
  COPY app.py /code/app.py
7
- COPY credentials.json /code/credentials.json
8
 
9
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
10
 
 
4
 
5
  COPY requirements.txt /code/requirements.txt
6
  COPY app.py /code/app.py
7
+ COPY client_secret.json /code/client_secret.json
8
 
9
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
10