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
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/persistent_cache
42+ RUN mkdir /app/thumbnail_cache && mkdir /app/request_cache && mkdir /app/cache/ persistent_cache
4343RUN mkdir /app/cache && mkdir /app/cache/reports && mkdir /app/cache/export
4444RUN mkdir /app/tmp && mkdir /app/persist
4545RUN mkdir -p /root/gramps/gramps$GRAMPS_VERSION/plugins
@@ -50,7 +50,7 @@ ENV GRAMPSWEB_SEARCH_INDEX_DB_URI=sqlite:////app/indexdir/search_index.db
5050ENV GRAMPSWEB_STATIC_PATH=/app/static
5151ENV GRAMPSWEB_THUMBNAIL_CACHE_CONFIG__CACHE_DIR=/app/thumbnail_cache
5252ENV 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
5454ENV GRAMPSWEB_REPORT_DIR=/app/cache/reports
5555ENV GRAMPSWEB_EXPORT_DIR=/app/cache/export
5656ENV GRAMPSHOME=/root
You can’t perform that action at this time.
0 commit comments