Skip to content

Commit

Permalink
Fix build path issue(fix issue space-ros#36)
Browse files Browse the repository at this point in the history
Signed-off-by: stevedan <[email protected]>
  • Loading branch information
stevedanomodolor authored and mkhansenbot committed Sep 9, 2024
1 parent 1dfd437 commit ca9a333
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lunar_pole_exploration_rover/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ echo ""
echo "##### Building Space ROS Demo Docker Image #####"
echo ""

# get the folder of the script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DOKCERDIR="$DIR/Dockerfile"

docker build -t $ORG/$IMAGE:$TAG \
--build-arg VCS_REF="$VCS_REF" \
--build-arg VERSION="$VERSION" . \
--build-arg VERSION="$VERSION" $DIR \
-f $DOKCERDIR

echo ""
echo "##### Done! #####"
Expand Down

0 comments on commit ca9a333

Please sign in to comment.