File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ 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/persistent_cache
42
+ RUN mkdir /app/thumbnail_cache && mkdir /app/request_cache && mkdir /app/cache/ persistent_cache
43
43
RUN mkdir /app/cache && mkdir /app/cache/reports && mkdir /app/cache/export
44
44
RUN mkdir /app/tmp && mkdir /app/persist
45
45
RUN mkdir -p /root/gramps/gramps$GRAMPS_VERSION/plugins
@@ -50,7 +50,7 @@ ENV GRAMPSWEB_SEARCH_INDEX_DB_URI=sqlite:////app/indexdir/search_index.db
50
50
ENV GRAMPSWEB_STATIC_PATH=/app/static
51
51
ENV GRAMPSWEB_THUMBNAIL_CACHE_CONFIG__CACHE_DIR=/app/thumbnail_cache
52
52
ENV GRAMPSWEB_REQUEST_CACHE_CONFIG__CACHE_DIR=/app/cache/request_cache
53
- ENV GRAMPSWEB_PERSISTENT_CACHE_CONFIG__CACHE_DIR=/app/persistent_cache
53
+ ENV GRAMPSWEB_PERSISTENT_CACHE_CONFIG__CACHE_DIR=/app/cache/ persistent_cache
54
54
ENV GRAMPSWEB_REPORT_DIR=/app/cache/reports
55
55
ENV GRAMPSWEB_EXPORT_DIR=/app/cache/export
56
56
ENV GRAMPSHOME=/root
You can’t perform that action at this time.
0 commit comments