Commit
·
b7c3fa6
1
Parent(s):
239290b
Updated Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ COPY . .
|
|
8 |
WORKDIR /
|
9 |
|
10 |
# Install the requirements
|
11 |
-
RUN pip install --no-cache-dir
|
12 |
|
13 |
COPY . .
|
14 |
|
|
|
8 |
WORKDIR /
|
9 |
|
10 |
# Install the requirements
|
11 |
+
RUN pip install --no-cache-dir -r /requirements.txt
|
12 |
|
13 |
COPY . .
|
14 |
|