added chmod to make sure the python scripts are executable (#239)
This commit is contained in:
Родитель
ebef99d584
Коммит
85d50a93a1
|
@ -22,4 +22,8 @@ RUN dos2unix /tutorial && dos2unix /setup.sh && chmod +x /setup.sh && /setup.sh
|
|||
|
||||
WORKDIR $ROS_WORKSPACE
|
||||
|
||||
# making sure the file modes are executable
|
||||
RUN chmod +x src/niryo_moveit/scripts/*.py
|
||||
|
||||
ENTRYPOINT ["/tutorial"]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче