Skip to content

Commit

Permalink
dev-shell: Run specific command in dev container
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Sul <[email protected]>
  • Loading branch information
mike-sul committed Jul 10, 2024
1 parent a2856f2 commit ce7124d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ down() {
trap down EXIT

mkdir -p $PWD/.device/sysroot
docker compose --env-file=$PWD/docker/.env.dev -f $PWD/docker/docker-compose.yml run -e DEV_USER=$(id -u) -e DEV_GROUP=$(id -g) sotactl
docker compose --env-file=$PWD/docker/.env.dev -f $PWD/docker/docker-compose.yml run -e DEV_USER=$(id -u) -e DEV_GROUP=$(id -g) sotactl $@

0 comments on commit ce7124d

Please sign in to comment.