Yameogo123 commited on
Commit
6b071a3
1 Parent(s): 196244e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,6 +5,7 @@ COPY requirements.txt /app/requirements.txt
5
 
6
  WORKDIR /app
7
  RUN pip install -r requirements.txt
 
8
 
9
  COPY . /app/
10
 
 
5
 
6
  WORKDIR /app
7
  RUN pip install -r requirements.txt
8
+ RUN mkdir ./.cache
9
 
10
  COPY . /app/
11