fnproject / ui

User interface for fn project.
Apache License 2.0
89 stars 21 forks source link

Lock npm dependencies #27

Closed nigeldeakin closed 6 years ago

nigeldeakin commented 6 years ago

This change ensures that each time npm is run, the same dependencies will be used. This is achieved by adding package-lock.json (which was created when I ran npm install) to source control.

This feature requires npm version 5, so I have also updated the Dockerfile to use alpine-node:8.8.1