Skip to content

Commit

Permalink
fix(Dockerfile): dont remote launch dir, just rename it
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroIshida committed Jan 8, 2024
1 parent 97ee892 commit b61e3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ RUN cd ~/detic_ws/src &&\
cd ~/detic_ws/src/detic_ros && ./prepare.sh &&\
cd ~/detic_ws && catkin init && catkin build

# to avoid conflcit when mounting
RUN rm -rf ~/detic_ws/src/detic_ros/launch
# to avoid conflcit when mounting. This launch files may be used to running rostest from outside of the container
RUN cd ~/detic_ws/src/detic_ros && mv launch launch_sample-$(uuidgen)

########################################
########### ENV VARIABLE STUFF #########
Expand Down

0 comments on commit b61e3ab

Please sign in to comment.