Error executing container (Docker) with browser-sync

16

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?

    
asked by anonymous 10.10.2016 / 18:43

1 answer

0

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

    
21.12.2018 / 02:58