Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,4 +8,4 @@ COPY requirements.txt /tmp/requirements.txt
|
|
| 8 |
|
| 9 |
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
| 10 |
|
| 11 |
-
COPY
|
|
|
|
| 8 |
|
| 9 |
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
| 10 |
|
| 11 |
+
COPY . /app
|