docker: fixed copy of ros_entrypoint.sh

This commit is contained in:
matlabbe
2023-06-05 08:24:07 -07:00
parent 7f7609075f
commit bf5c70d2e2
2 changed files with 2 additions and 2 deletions

View File

@@ -183,6 +183,6 @@ RUN git clone --branch 4.2.0 https://github.com/opencv/opencv.git && \
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN cp /root/rtabmap/docker/focal-foxy/deps/ros_entrypoint.sh /ros_entrypoint.sh
COPY ./docker/focal-foxy/deps/ros_entrypoint.sh /ros_entrypoint.sh
ENTRYPOINT [ "/ros_entrypoint.sh" ]