We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, docker-compose up results in a failure with a SIGKILL during the build process.
current stable
What operating system are you using?
Steps to reproduce the behavior:
ENV NODE_OPTIONS "--max-old-space-size=4096"
I would expect the build to complete and for Composer to run.
This has been reported by a customer running Windows locally as well.
The text was updated successfully, but these errors were encountered:
addressed in #1709
Sorry, something went wrong.
benbrown
No branches or pull requests
Describe the bug
Currently, docker-compose up results in a failure with a SIGKILL during the build process.
Version
current stable
OS
What operating system are you using?
To Reproduce
Steps to reproduce the behavior:
ENV NODE_OPTIONS "--max-old-space-size=4096"
Expected behavior
I would expect the build to complete and for Composer to run.
Additional context
This has been reported by a customer running Windows locally as well.
The text was updated successfully, but these errors were encountered: