added chmod to make sure the python scripts are executable (#239)

This commit is contained in:
Hamid Younesy 2021-06-01 13:56:58 -07:00 коммит произвёл GitHub
Родитель ebef99d584
Коммит 85d50a93a1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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"]