Skip to content

Commit

Permalink
Chore: Keep host path in sync with container path
Browse files Browse the repository at this point in the history
Rather than mounting inside /home/yoctouser, mount the project folder
directly. Makes it easier to test out changes.
  • Loading branch information
deribaucourt committed Dec 8, 2023
1 parent 3e62103 commit 201b98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/remote-session/start-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ docker build --tag=vscode-bitbake-test './docker-image'
# of the poky symlink
docker run --rm \
-p2222:22 \
-v "$(realpath ../..)":'/home/yoctouser/vscode-bitbake' \
--workdir '/home/yoctouser/vscode-bitbake/integration-tests/project-folder' \
-v "$(realpath ../..)":"$(realpath ../..)" \
--workdir "$(realpath .)" \
-it vscode-bitbake-test

0 comments on commit 201b98c

Please sign in to comment.