I get this warning when giving start on my container
with browser-sync :
[BS] Watching files... (node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Exited with code 3
Any ideas?
I get this warning when giving start on my container
with browser-sync :
[BS] Watching files... (node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Exited with code 3
Any ideas?
Your application is giving error and stopping and running on nodejs, as docker sees that its node has stopped and has no more processes it drops the container.
try to handle the application error
this can help you insert link description here