Iwak commited on
Commit
28eb370
·
1 Parent(s): 43ddd4a
Files changed (1) hide show
  1. 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 . .