rajeshchoudharyt commited on
Commit
80e5c52
·
1 Parent(s): 64c999b

update cache

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,6 +7,8 @@ COPY . .
7
  WORKDIR /
8
 
9
  ENV token=token
 
 
10
  # Install requirements.txt
11
  RUN pip install -r /requirements.txt
12
 
 
7
  WORKDIR /
8
 
9
  ENV token=token
10
+ RUN mkdir ./.cache
11
+
12
  # Install requirements.txt
13
  RUN pip install -r /requirements.txt
14