update result to node 10 and latest npm packages

The result app was years out of date with node and npm packages, and required multiple changes to use the current supported socket.io and postgres db libs. Minimal changes to server.js to support change in pg syntax. A few minor changes to Dockerfile to improve readability, conform to docker best practices, and change to use npm ci to ensure future builds don't break again due to difference between package and package-lock.
This commit is contained in:
Bret Fisher
2019-08-25 16:12:01 -04:00
parent 368968c4af
commit 793e02efc4
5 changed files with 883 additions and 7005 deletions

File diff suppressed because one or more lines are too long