Skip to content

Commit 1c95c1c

Browse files
committed
Removes redundant script invocation in Docker command
Simplifies the Docker run command by removing the execution of an additional script, directly passing user arguments to the container for improved flexibility and maintainability. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent 5229c72 commit 1c95c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ docker run -i -v "${SOF_TOP}":/home/sof/work/sof.git \
4444
--env https_proxy="$https_proxy" \
4545
--env SOF_WORKSPACE="/home/sof/work" \
4646
$SOF_DOCKER_RUN \
47-
thesofproject/sof:latest ./scripts/sudo-cwd.sh "$@"
47+
thesofproject/sof:latest "$@"

0 commit comments

Comments
 (0)