helix-robotics-ag / ros-helix

1 stars 0 forks source link

Remove duplicated run_dev/run_prod configuration. #3

Closed maxpolzin closed 4 months ago

maxpolzin commented 5 months ago

Currently, the definition of the container was duplicated: Once in the main/docker-compose.yaml and once in the ./run.sh script.

Code duplication is always bad and a source of errors. This MR and the one for the main repo uses compose more consistently and simply includes the docker-compose.yaml from ros-helix.

That's no more dupclication and a much cleaner main/docker-compose.yaml file.