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 ebef99d commit 85d50a9Copy full SHA for 85d50a9
tutorials/pick_and_place/docker/Dockerfile
@@ -22,4 +22,8 @@ RUN dos2unix /tutorial && dos2unix /setup.sh && chmod +x /setup.sh && /setup.sh
22
23
WORKDIR $ROS_WORKSPACE
24
25
-ENTRYPOINT ["/tutorial"]
+# making sure the file modes are executable
26
+RUN chmod +x src/niryo_moveit/scripts/*.py
27
+
28
+ENTRYPOINT ["/tutorial"]
29
0 commit comments