Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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 |
|