You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just got Akvo Flow running locally with docker-compose as suggested by the documentation. When the dev server starts, it gets stuck in an infinite loop printing:
Context
I just got Akvo Flow running locally with
docker-compose
as suggested by the documentation. When the dev server starts, it gets stuck in an infinite loop printing:The server is still accessible at
localhost:8888
. I'm on Ubuntu 23.04 running Docker version 24.0.7 and the latestmaster
revision of this repo.Problem or idea
I suspect this is caused by this line, which should stop the container but it doesn't:
https://github.com/akvo/akvo-flow/blob/master/ci/devserver.sh#L24
Solution or next step
There must be a reason why the script exiting doesn't actually cause the container to stop.
The text was updated successfully, but these errors were encountered: