During running of Docker images on a physical Duckiebot the Docker image will run a shell command which runs the main script for the exercises. However during the entrypoint script Docker runs, it fails to run the script because the script wasn't given proper permission. This pull request adds a simple command to address this issue with no conflicts with the current code.
During running of Docker images on a physical Duckiebot the Docker image will run a shell command which runs the main script for the exercises. However during the entrypoint script Docker runs, it fails to run the script because the script wasn't given proper permission. This pull request adds a simple command to address this issue with no conflicts with the current code.