Skip to content

Commit

Permalink
Refactor copy path about SPARK_HOME in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Mar 12, 2024
1 parent 7562a97 commit e5c2636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker-image-tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function build {
error "Cannot found dir SPARK_HOME $SPARK_HOME, you must configure SPARK_HOME correct."
fi
fi
cp -r "$SPARK_HOME/." "$KYUUBI_ROOT/spark-binary/"
cp -r "$SPARK_HOME"/* "$KYUUBI_ROOT"/spark-binary/
fi

# Verify that the Docker image content directory is present
Expand Down

0 comments on commit e5c2636

Please sign in to comment.