Skip to content

Commit

Permalink
Little fix on sim Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Landini <[email protected]>
  • Loading branch information
elandini84 committed Dec 18, 2024
1 parent 6497010 commit 9bffc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_stuff/docker_sim2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ RUN echo "source ${robotology_install_folder}/yarp-devices-ros2/ros2_interfaces_
RUN echo 'exec "$@"' >> /home/user1/.entrypoint.sh
RUN chmod +x /home/user1/.entrypoint.sh

WORKDIR ${user1_home}/tour-guide-robot
WORKDIR ${user1_home}
RUN sudo updatedb
ENTRYPOINT [ "/home/user1/.entrypoint.sh" ]
CMD ["bash"]

0 comments on commit 9bffc94

Please sign in to comment.