surface
This commit is contained in:
6
entrypoint.sh
Executable file
6
entrypoint.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Source the ROS 2 environment
|
||||
source /opt/ros/humble/setup.bash
|
||||
|
||||
# Execute the command passed to the container
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user