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 9223691 commit 7b16c33Copy full SHA for 7b16c33
docker/storage/entrypoint.sh
@@ -6,6 +6,7 @@
6
7
mkdir -p /data/solr/
8
mkdir -p /data/dns/
9
+mkdir -p /data/cache/
10
11
find /data/ -type d -print0 | xargs -0 --no-run-if-empty chmod 777
12
0 commit comments