Skip to content

Commit 374093b

Browse files
committed
Change persistent cache location in dockerfile
1 parent 6be6409 commit 374093b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ENV OMP_NUM_THREADS=1
3939
RUN mkdir /app/src && mkdir /app/config && touch /app/config/config.cfg
4040
RUN mkdir /app/static && touch /app/static/index.html
4141
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
4343
RUN mkdir /app/cache && mkdir /app/cache/reports && mkdir /app/cache/export
4444
RUN mkdir /app/tmp && mkdir /app/persist
4545
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
5050
ENV GRAMPSWEB_STATIC_PATH=/app/static
5151
ENV GRAMPSWEB_THUMBNAIL_CACHE_CONFIG__CACHE_DIR=/app/thumbnail_cache
5252
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
5454
ENV GRAMPSWEB_REPORT_DIR=/app/cache/reports
5555
ENV GRAMPSWEB_EXPORT_DIR=/app/cache/export
5656
ENV GRAMPSHOME=/root

0 commit comments

Comments
 (0)