eggacheb commited on
Commit
fa4323e
·
verified ·
1 Parent(s): 1c5f8fc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -6,6 +6,8 @@ WORKDIR /opt/NekoImageGallery
6
 
7
  RUN mkdir -p /opt/cache/huggingface
8
  RUN chmod 777 /opt/cache/huggingface
 
 
9
 
10
  COPY requirements.txt .
11
 
 
6
 
7
  RUN mkdir -p /opt/cache/huggingface
8
  RUN chmod 777 /opt/cache/huggingface
9
+ RUN mkdir -p /opt/NekoImageGallery/static/thumbnails
10
+ RUN chmod 777 /opt/NekoImageGallery/static/thumbnails
11
 
12
  COPY requirements.txt .
13