Skip to content

Commit 7b16c33

Browse files
committed
Added cache directory for application cache
1 parent 9223691 commit 7b16c33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/storage/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
mkdir -p /data/solr/
88
mkdir -p /data/dns/
9+
mkdir -p /data/cache/
910

1011
find /data/ -type d -print0 | xargs -0 --no-run-if-empty chmod 777
1112

0 commit comments

Comments
 (0)