Rob Zolkos
Rob Zolkos
No I agree the Gemfile lock changes should be there to allow installing gems on windows. A couple more questions: 1/ For clarity - this is for peeps not using...
> I was wanted to test if I will get any problems with 16th version specifically We can update the docker-compose.yml file in the .devcontainers folder with ` image: "postgres:${POSTGRES_VERSION:-latest}"`...
Does it work if you run `bundle lock --add-platform x64-mingw-ucrt` ? There is a [PR](https://github.com/maybe-finance/maybe/pull/307) that adds windows support but the above may get you unstuck.
Ah gotcha. The error message threw me off. Do you get an error building the docker image?
Try updating the line in `Procfile.dev` to `web: bin/rails server -b 0.0.0.0` and see if that makes a difference before running `bin/dev` again
Are you able to use the provided devcontainer? (should work out of the box with vscode and devcontainer extension)
What about 127.0.0.1:3000 ?
And you are using vscode to open the devcontainer? Once it is running what is the output of `docker ps` in your terminal?
and have you started the app inside the devcontainer `bin/dev` ?
ok and this is on your local computer right? not a server out on the internet somewhere. Remember that currently the app is not production ready. For local development only.