added ros2 jazzy container
This commit is contained in:
3
scripts/docker-compose-entrypoint
Normal file
3
scripts/docker-compose-entrypoint
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
trap "echo 'Stopping...'; exit 0" SIGTERM
|
||||
while true; do sleep 1; done
|
||||
Reference in New Issue
Block a user