-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ran compose recipes + Move to NPM + port 8008 (Part 6) #147
Conversation
…to failing doctrine inheritance support
I'm having issues building docker for this with
|
Sorry about that, I tested Docker earlier, but I added @e-five256 try again 👍🏽 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this builds for my local dev env, and I didn't notice any issues, but I'm not as knowledgeable compared to my peers so not sure if you want a second opinion just to be cautious, since it seems like a pretty big change. I also think it's a good idea to communicate maybe in matrix general once merged as a heads up that the www container port on the host changed if people need to repoint things to it
It looks like we don't need to use Edit: added commit with this change. |
`node:lts-alpine` is no longer needed to support `yarn` issues, latest `node:alpine` works fine now with straight `npm`.
Thanks for the improvement @nobodyatroot |
symfony/webpack-encore-bundle
as well asdoctrine/doctrine-bundle
this time, but:report_fields_where_declared
setting. Which is used to switch to a "new mapping driver mode as of Doctrine ORM 2.16", that breaks class inheritance with the separate sequence generator table we use for the child classes of theVote
class. Anyhow, this option needs to be set tofalse
(do not opt-in). See also: All sequences merged into one since the merge of #10455 doctrine/orm#10953BOOB🔒 )