Fix Dockerfile build error.#2265
Closed
dkinzer wants to merge 2 commits intoprojectblacklight:masterfrom
Closed
Conversation
Fixes build error do to `&&` being in wrong spot. Fixes projectblacklight#2264
Member
Author
|
OK, ... still seeing an error that I didn't used to get before 🤦♂ |
I guess solr wrapper got completely removed.
Member
Author
Member
|
I seem to have run into a different error when I tried this. Log: 🤔 |
Member
Author
|
@cdmo I'm not able to reproduce that issue locally. Maybe it's caching issue. Have you tried running?: or better yet |
Member
|
I ran Looks like webpacker issues... Same looking problems in the force option of compose up. I'm not a docker expert, so I'm not able to diagnose. Plus there's the PR #2263 that maybe overlaps with this one? Should this PR get closed and we should just work off that one? Or are they orthogonal somehow and I'm missing the point? |
Member
Author
|
Yup, that's fine. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes build error do to
&&being in wrong spot.Fixes #2264