Skip to content

Commit

Permalink
Merge pull request #175 from purdue-arc/jcrm1-patch-1
Browse files Browse the repository at this point in the history
Update docker-run.sh to fix docs action bug
  • Loading branch information
jcrm1 authored Nov 6, 2023
2 parents 3e5922b + 5f0545d commit 1036bd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ WS_DIR=$(realpath $(dirname $0)/../../../)
REPO_NAME="purduearc/rocket-league"
CONTAINER_NAME="${CONTAINER_NAME:-$USER-arc-rocket-league-dev}"
MY_DISPLAY=$([ $(uname -s) == 'Darwin' ] && echo "host.docker.internal:0" || echo "$DISPLAY")
XAUTHORITY="$HOME/.Xauthority"
echo "Using display $MY_DISPLAY"
echo "Using $XAUTHORITY as Xauthority"
echo "mounting host directory $WS_DIR as container directory /home/$USER/catkin_ws"

# tty-specific options
Expand Down

0 comments on commit 1036bd2

Please sign in to comment.