Closed NickRance closed 6 years ago
Hi Gedgo Team,
I tried to run the tests app but got a file not found, see console log below
docker-compose run app ./test.sh Starting db ... done Starting redis ... done standard_init_linux.go:190: exec user process caused "no such file or directory"
Ah, one of the perils of switching to Alpine images, all your #!/bin/bashs need to become #!/bin/shs.
#!/bin/bash
#!/bin/sh
Fixed. Thanks for the catch!
Hi Gedgo Team,
I tried to run the tests app but got a file not found, see console log below
Console log
docker-compose run app ./test.sh Starting db ... done Starting redis ... done standard_init_linux.go:190: exec user process caused "no such file or directory"