Closed zwolf closed 4 years ago
i believe this error was fixed by the changes in #239
Looks like it should be, but I can't build master and run the specs without first doing a bundle install
from a bash prompt in the container from the master branch right now. Specs all pass locally though so this PR is superseded by that one and I'll close this.
Looks like it should be, but I can't build master and run the specs without first doing a
bundle install
from a bash prompt in the container from the master branch right now. Specs all pass locally though so this PR is superseded by that one and I'll close this.
I've added instructions to the readme in https://github.com/zooniverse/talk-api/pull/241. the bundle install
is required as we now cache the gems in a volume via https://github.com/zooniverse/talk-api/blob/f44b6a665cc98eb7c29e4e3211bf2933100c8b67/docker-compose.yml#L26
this won't auto update even with new docker image builds (unless you recreate the volume) but will save install times when doing dev work and the bundle changes.
Fixes local spec failure for MarkdownApi by setting the host env var before attempting request.