docker-compose.yml 239 B

1234567891011
  1. version: '3'
  2. services:
  3. basic_example:
  4. build:
  5. context: ../
  6. dockerfile: basic_example/Dockerfile
  7. ports:
  8. - 8000:8000
  9. volumes:
  10. - ../ros2_ws/src:/ros2_ws/src
  11. command: ros2 run nicegui_ros2 basic_nicegui