diff options
Diffstat (limited to 'docker/entrypoint.sh')
| -rwxr-xr-x | docker/entrypoint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 660e51766..105087dbe 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -33,6 +33,7 @@ case "$1" in if [ -n "$MASTER_PORT_9333_TCP_ADDR" ] ; then ARGS="$ARGS -master=$MASTER_PORT_9333_TCP_ADDR:$MASTER_PORT_9333_TCP_PORT" fi + mkdir -p /data/filerdb exec /usr/bin/weed $@ $ARGS ;; |
