Sai809701
commited on
Commit
·
b46441b
1
Parent(s):
ce552a1
updated Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 8 |
|
| 9 |
WORKDIR /app
|
| 10 |
|
| 11 |
-
COPY
|
| 12 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
| 13 |
|
| 14 |
# Copy app
|
|
|
|
| 8 |
|
| 9 |
WORKDIR /app
|
| 10 |
|
| 11 |
+
COPY requirements.txt /app/requirements.txt
|
| 12 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
| 13 |
|
| 14 |
# Copy app
|