olatte commited on
Commit
90aaf92
·
verified ·
1 Parent(s): 57372b9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,7 +14,8 @@ ENV MPLCONFIGDIR=/code/www/matplotlib_cache
14
  RUN mkdir -p /code/www/transformers_cache && \
15
  mkdir -p /code/www/matplotlib_cache && \
16
  chmod -R 777 /code/www/transformers_cache && \
17
- chmod -R 777 /code/www/matplotlib_cache
 
18
 
19
  # Copy the rest of the application code
20
  COPY . .
 
14
  RUN mkdir -p /code/www/transformers_cache && \
15
  mkdir -p /code/www/matplotlib_cache && \
16
  chmod -R 777 /code/www/transformers_cache && \
17
+ chmod -R 777 /code/www/matplotlib_cache && \
18
+ chmod -R 777 /code/www
19
 
20
  # Copy the rest of the application code
21
  COPY . .