We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803c53f commit 5424da6Copy full SHA for 5424da6
docker/Dockerfile.isaac
@@ -2,7 +2,7 @@ FROM osrf/ros:humble-desktop-full AS cacher
2
3
WORKDIR /ws/src
4
5
-COPY . project/
+COPY . ar4/
6
7
RUN mkdir -p /tmp/ws/src \
8
&& find ./ -name "package.xml" | xargs cp --parents -t /tmp/ws/src \
0 commit comments