Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -5,9 +5,9 @@ WORKDIR /app
|
|
5 |
COPY requirements.txt .
|
6 |
RUN pip install --no-cache-dir -r requirements.txt
|
7 |
|
8 |
-
COPY main.py
|
9 |
-
COPY retool.json
|
10 |
-
COPY client_api_keys.json
|
11 |
|
12 |
|
13 |
EXPOSE 9000
|
|
|
5 |
COPY requirements.txt .
|
6 |
RUN pip install --no-cache-dir -r requirements.txt
|
7 |
|
8 |
+
COPY main.py /app/
|
9 |
+
COPY retool.json /app/
|
10 |
+
COPY client_api_keys.json /app/
|
11 |
|
12 |
|
13 |
EXPOSE 9000
|