Skip to content

Commit 85d50a9

Browse files
authored
added chmod to make sure the python scripts are executable (#239)
1 parent ebef99d commit 85d50a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tutorials/pick_and_place/docker/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ RUN dos2unix /tutorial && dos2unix /setup.sh && chmod +x /setup.sh && /setup.sh
2222

2323
WORKDIR $ROS_WORKSPACE
2424

25-
ENTRYPOINT ["/tutorial"]
25+
# making sure the file modes are executable
26+
RUN chmod +x src/niryo_moveit/scripts/*.py
27+
28+
ENTRYPOINT ["/tutorial"]
29+

0 commit comments

Comments
 (0)