File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,9 @@ ENV OMP_NUM_THREADS=1
39
39
RUN mkdir /app/src && mkdir /app/config && touch /app/config/config.cfg
40
40
RUN mkdir /app/static && touch /app/static/index.html
41
41
RUN mkdir /app/db && mkdir /app/media && mkdir /app/indexdir && mkdir /app/users
42
- RUN mkdir /app/thumbnail_cache && mkdir /app/request_cache && mkdir /app/cache/persistent_cache
43
- RUN mkdir /app/cache && mkdir /app/cache/reports && mkdir /app/cache/export
42
+ RUN mkdir /app/thumbnail_cache
43
+ RUN mkdir /app/cache && mkdir /app/cache/reports && mkdir /app/cache/export \
44
+ && /app/cache/request_cache && /app/cache/persistent_cache
44
45
RUN mkdir /app/tmp && mkdir /app/persist
45
46
RUN mkdir -p /root/gramps/gramps$GRAMPS_VERSION/plugins
46
47
# set config options
You can’t perform that action at this time.
0 commit comments