Remove node package funding spam

JavaScript developers have no dignity! Here is how you can restore it:

npm config set fund false

Docker Link to heading

Add this to your Dockerfile:

# ------------------------------------------------------------------------------
# NPM

RUN set -ex                                            && \
                                                          \
    echo 'Restore dignity to the jacascript community' && \
    npm config set fund false