Fix dir access in entrypoint
This commit is contained in:
parent
846298e0a7
commit
7810e02342
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ fi
|
||||||
|
|
||||||
# Configure GIT
|
# Configure GIT
|
||||||
CUR="$(pwd)"
|
CUR="$(pwd)"
|
||||||
|
mkdir -p /data/wikidata
|
||||||
cd /data/wikidata
|
cd /data/wikidata
|
||||||
|
|
||||||
if [ ! -d /data/wikidata/.git ]; then
|
if [ ! -d /data/wikidata/.git ]; then
|
||||||
|
|
Loading…
Reference in a new issue