gthole / gedgo

A Gedcom viewer web app.
MIT License
46 stars 12 forks source link

Tests - File Not Found #9

Closed NickRance closed 6 years ago

NickRance commented 6 years ago

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"

gthole commented 6 years ago

Ah, one of the perils of switching to Alpine images, all your #!/bin/bashs need to become #!/bin/shs.

Fixed. Thanks for the catch!