diff --git a/Dockerfile b/Dockerfile index 65d9b6f..60d1559 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN chmod 755 /entrypoint.sh && \ apt-get install -y wget python-six && \ wget -q "https://www.zulip.com/dist/releases/zulip-server-$ZULIP_VERSION.tar.gz" -P "/root" && \ tar xfz "/root/zulip-server-$ZULIP_VERSION.tar.gz" -C "/root" && \ - ls -ahl "/root" "$ZULIP_DIR" && \ + ls -ahl "/root" && \ mv "/root/zulip-server-$ZULIP_VERSION" "$ZULIP_DIR" && \ cd "$ZULIP_DIR" && \ ls -ahl "/root" "$ZULIP_DIR" && \