You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
somewhere bewteen 60%-63%. Example of last output line:
61% building modules 597/692 modules 95 active ...!/var/www/src/app/pages/pages.menu.ts
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
The following was done to produce the error:
git clone https://github.com/akveo/ng2-admin.git
cd ng2-admin
docker build --tag ng2admin .
What is the expected behavior?
A build that produces a docker image
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Docker 1.13.1 for OSX
Angular version: 2.0.0-rc.X
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered:
A solution might be to use node:6.9.5 instead of node:latest in the Dockerfile. The image now builds. Not sure if this solution has any negative impact.
I'm submitting a ...
[X ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
Do you want to request a feature or report a bug?
Bug on docker build --tag ng2admin .
What is the current behavior?
The build process is stock with no error or warning messages. The build process is stock on command
somewhere bewteen 60%-63%. Example of last output line:
61% building modules 597/692 modules 95 active ...!/var/www/src/app/pages/pages.menu.ts
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
The following was done to produce the error:
What is the expected behavior?
A build that produces a docker image
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Docker 1.13.1 for OSX
The text was updated successfully, but these errors were encountered: