Jason Hsu
Jason Hsu
Under the status quo, a user who attempts to view another user's profile just sees a blank page, which sounds pointless to me.
In the RubyMN2 app (https://github.com/jhsu802701/rubymn2), running "docker/build" runs docker-compose build and executes the creation of the database, database migrations, running the test suite, seeding the database, creating block diagrams of...
> Note that we would not want to change our Dockerfile too drastically just to support development on docker. OK, I see that the Dockerfile and docker-compose.yml file are used...
OK, thanks for the idea of using an alternate Dockerfile. I've found details on how to implement this at https://docs.docker.com/compose/compose-file/compose-file-v3/ . So I'd be adding at least one additional service...
I'll also add an alternate or overriding docker-compose.yml file. This is explained at https://docs.docker.com/compose/extends/ .
Avoid changing files in the app/models/spree to avoid conflicts with pull requests.
The solution is in Pull Request #159 .
The solution is in Pull Request #161 .