aboutsummaryrefslogtreecommitdiff
path: root/docker/entrypoint.sh
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-12-27 15:15:33 -0800
committerChris Lu <chris.lu@gmail.com>2018-12-27 15:15:33 -0800
commit13715fb85174ee0a973744c2b32433829d401573 (patch)
treec400cc4332d1100259a292428807885d6f6b3b91 /docker/entrypoint.sh
parent68028ee87673a5ba5d386bb278e549d37ddcaf5d (diff)
downloadseaweedfs-13715fb85174ee0a973744c2b32433829d401573.tar.xz
seaweedfs-13715fb85174ee0a973744c2b32433829d401573.zip
adjust docker builds
Diffstat (limited to 'docker/entrypoint.sh')
-rwxr-xr-xdocker/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh
index 1c47c57f2..660e51766 100755
--- a/docker/entrypoint.sh
+++ b/docker/entrypoint.sh
@@ -33,7 +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
- exec /bin/mkdir -p /data/filerdb; /usr/bin/weed $@ $ARGS
+ exec /usr/bin/weed $@ $ARGS
;;
's3')