sudoroom / sudo-humans

hackerspace membership server
Other
37 stars 19 forks source link

Remove NPM upgrade task from Dockerfile. #82

Closed sierkje closed 7 years ago

sierkje commented 7 years ago

Apparently running apt-get install npm already installs the required NPM version 1.4.21. Running npm install npm now upgrades NPM to version 4.6.1 and this breaks things.

Things 'patch' removes the two lines related to the NPM upgrade (that shouldn't happen) from the Dockerfile.