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
3939RUN mkdir /app/src && mkdir /app/config && touch /app/config/config.cfg
4040RUN mkdir /app/static && touch /app/static/index.html
4141RUN 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
4445RUN mkdir /app/tmp && mkdir /app/persist
4546RUN mkdir -p /root/gramps/gramps$GRAMPS_VERSION/plugins
4647# set config options
You can’t perform that action at this time.
0 commit comments