Closed JosiahRegencia closed 6 years ago
Was able to add the test.sh in the image. Had to delete the image and then build the docker again.
However still stuck with this one: starting container process caused "exec: \"test.sh\": executable file not found in $PATH".
When inside the container, I could run the test.sh file
Problem with that is that Travis is not interactive. Still looking for ways to solve the $PATH issue
Trying to work on the docker run command
I think the Dockerfile needs more work. When I try to run it, it immediately exits. I have an idea for debugging; see #99.
Dockerfile
Was able to add the test.sh in the image. Had to delete the image and then build the docker again.
However still stuck with this one: starting container process caused "exec: \"test.sh\": executable file not found in $PATH".
When inside the container, I could run the test.sh file
Problem with that is that Travis is not interactive. Still looking for ways to solve the $PATH issue