Kurokabe commited on
Commit
409ae34
1 Parent(s): 9c7946e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -23,4 +23,8 @@ RUN pip install -e .
23
  RUN mkdir /.cache
24
  RUN chmod 777 /.cache
25
 
 
 
 
 
26
  CMD ["python", "app.py"]
 
23
  RUN mkdir /.cache
24
  RUN chmod 777 /.cache
25
 
26
+
27
+ RUN mkdir /GANime/flagged
28
+ RUN chmod 777 /GANime/flagged
29
+
30
  CMD ["python", "app.py"]