Skip to content

Commit 9eb386f

Browse files
committed
Really fix dockerfile
1 parent 727f277 commit 9eb386f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN mkdir /app/static && touch /app/static/index.html
4141
RUN mkdir /app/db && mkdir /app/media && mkdir /app/indexdir && mkdir /app/users
4242
RUN mkdir /app/thumbnail_cache
4343
RUN mkdir /app/cache && mkdir /app/cache/reports && mkdir /app/cache/export \
44-
&& /app/cache/request_cache && /app/cache/persistent_cache
44+
&& mkdir /app/cache/request_cache && mkdir /app/cache/persistent_cache
4545
RUN mkdir /app/tmp && mkdir /app/persist
4646
RUN mkdir -p /root/gramps/gramps$GRAMPS_VERSION/plugins
4747
# set config options

0 commit comments

Comments
 (0)