-
Notifications
You must be signed in to change notification settings - Fork 48
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
Single container test #66
base: main
Are you sure you want to change the base?
Conversation
This is awesome ! thank you @saevarom I followed these steps...
Output of the updated node modules.
One point of feedback, the Webpack updates are incredibly noisy, it appears to be showing % progress into stdout but this shows up in the Docker container logs pass through as updates for every percentage change.
|
Running into a few issues, it seems that the stopping of the containers is getting stuck for me.
A few restarts of Docker later and I am back in action but not sure if this is something that could be an issue. |
Yeah, I noticed that the npm stuff is really noisy. I will experiment some more with this. |
Just a heads up, it appears that
|
Thanks, it's also missing |
Combining frontend and web containers in a single image, as discussed in #64.
@lb- could you check out this branch and try it out?