We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cd737 commit eb3ae8fCopy full SHA for eb3ae8f
eg1/Dockerfile
@@ -2,6 +2,8 @@ FROM osrf/ros:foxy-desktop
2
3
SHELL ["/bin/bash", "-c"]
4
5
+WORKDIR /app
6
+
7
COPY ros2_ws ros2_ws/
8
RUN cd ros2_ws && \
9
source /opt/ros/foxy/setup.bash && \
eg1/ros_entrypoint.sh
@@ -2,6 +2,6 @@
set -e
source /opt/ros/foxy/setup.bash
-source /ros2_ws/install/setup.bash
+source /app/ros2_ws/install/setup.bash
exec "$@"
0 commit comments