Open petre-enciu opened 7 months ago
Just for your interest, in the original Consul Democracy repository, this line has been removed because it isn't necessary with Ruby 2.6 and later: https://github.com/consuldemocracy/consuldemocracy/commit/f087d6f1ea.
I tried to build the project with docker compose for windows, following the steps described in the README file. First, there is a problem with some files:
At the build phase:
docker-compose build gives this error: **_=> ERROR [app 13/16] RUN gem install bundler 28.4s
As workaround, I have manually added the bundler version in Dockerfile (line 38): RUN gem install bundler -v 2.4.22 The build works as it should.
In docker-desktop the database container is running, but the container associated with the rails server is always down and cannot be stared.
Please Help!