Problem : Containers are still running even after the build process completed
Solution : Need to add publisher.disconnect(); on line 70 in /build-server/script.js
This will ensure the docker shutdown after the upload process is completed. 💯
publisher.disconnect() will revoke the connection with redis server.
Problem : Containers are still running even after the build process completed Solution : Need to add
publisher.disconnect();
on line 70 in/build-server/script.js
This will ensure the docker shutdown after the upload process is completed. 💯publisher.disconnect()
will revoke the connection with redis server.