Skip to content

Commit e8f4e35

Browse files
made entrypoint executable
1 parent f3f6f9a commit e8f4e35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ RUN python3 -m pip install -r requirements.txt && \
4242
mv docker/PythonAPI.tar ./ && \
4343
tar -xvf PythonAPI.tar && \
4444
rm -rf PythonAPI.tar && \
45+
chmod +x /autoware_scenario_runner/entrypoint.sh && \
4546
mkdir logs
4647

4748
# update CYCLONE DDS Config for ROS

0 commit comments

Comments
 (0)