You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/10/20 02:49:12 UTC

[iotdb] 06/13: fix

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch 1c1d_dockertest
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit ae95d7561db17a328ccd7fb6eecb957a742fcdea
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon Sep 19 11:30:31 2022 +0800

    fix
---
 .github/workflows/client-python.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/client-python.yml b/.github/workflows/client-python.yml
index 195c951893..1586e0c53b 100644
--- a/.github/workflows/client-python.yml
+++ b/.github/workflows/client-python.yml
@@ -57,6 +57,7 @@ jobs:
           docker run -d -p 22278:22278 -p 22277:22277 iotdb:confignode
           docker ps
           docker build . -f docker/src/main/Dockerfile-datanode -t "iotdb:dev"
+          docker run -d -p 6667:6667 -p 8777:8777 -p 22277:22277 -p 9003:9003 -p 40010:40010 -p 50010:50010 iotdb:dev
           docker images
           docker ps
       - name: Install IoTDB python client requirements