-
Notifications
You must be signed in to change notification settings - Fork 28
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
Docker build fails to yarn install
#99
Comments
Here's the build log with the connection error:
|
While working on pull request #110 last night I used Docker to test my changes and it worked fine. @icarito are you still having this problem? I should mention that I'm not very good and Docker and didn't even notice the docker-compose file. I was running |
Thanks for unburying this one. We're not seeing this anymore, possibly from DNS fixes in Tycho. |
Great! |
After having built, examining the container, no
node_modules
directory is found.There is a strange message about not having connection, also during build stage.
Worked around this by running yarn from Docker host.
Still opened issue to keep track and fix! Thanks!
The text was updated successfully, but these errors were encountered: