We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727f277 commit 9eb386fCopy full SHA for 9eb386f
Dockerfile
@@ -41,7 +41,7 @@ RUN mkdir /app/static && touch /app/static/index.html
41
RUN mkdir /app/db && mkdir /app/media && mkdir /app/indexdir && mkdir /app/users
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
+ && mkdir /app/cache/request_cache && mkdir /app/cache/persistent_cache
45
RUN mkdir /app/tmp && mkdir /app/persist
46
RUN mkdir -p /root/gramps/gramps$GRAMPS_VERSION/plugins
47
# set config options
0 commit comments