Iwak
commited on
Commit
·
28eb370
1
Parent(s):
43ddd4a
- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -13,6 +13,8 @@ WORKDIR /app
|
|
13 |
|
14 |
RUN ls
|
15 |
|
|
|
|
|
16 |
RUN python -m pip install -r requirements.txt
|
17 |
|
18 |
COPY . .
|
|
|
13 |
|
14 |
RUN ls
|
15 |
|
16 |
+
copy requirements.txt .
|
17 |
+
|
18 |
RUN python -m pip install -r requirements.txt
|
19 |
|
20 |
COPY . .
|