Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjay-j-p authored Sep 11, 2024
1 parent e5f41c5 commit 5a355b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CADRE_demo/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ echo "##### Building Space ROS Demo Docker Image #####"
echo ""

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

docker build -t $ORG/$IMAGE:$TAG \
--build-arg VCS_REF="$VCS_REF" \
Expand Down

0 comments on commit 5a355b8

Please sign in to comment.