Kurokabe commited on
Commit
6689a7c
1 Parent(s): 71d18a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -19,6 +19,8 @@ COPY requirements.txt /GANime/requirements.txt
19
  RUN pip install -r requirements.txt
20
  COPY . .
21
  RUN pip install -e .
 
 
22
  RUN chmod 777 /.cache
23
 
24
  CMD ["python", "app.py"]
 
19
  RUN pip install -r requirements.txt
20
  COPY . .
21
  RUN pip install -e .
22
+
23
+ RUN mkdir /.cache
24
  RUN chmod 777 /.cache
25
 
26
  CMD ["python", "app.py"]