Update versions to node 8
This commit is contained in:
parent
44c64d4f05
commit
bdcff47ba4
4 changed files with 3043 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:6-alpine
|
||||
FROM node:8-alpine
|
||||
|
||||
RUN mkdir -p /public
|
||||
|
||||
|
@ -17,4 +17,4 @@ RUN npm run build
|
|||
|
||||
CMD npm start -- /public
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 5000
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
machine:
|
||||
node:
|
||||
version: 6.11.0
|
||||
version: 8.9.4
|
||||
|
|
3039
package-lock.json
generated
Normal file
3039
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -15,7 +15,7 @@
|
|||
"lint": "tslint src/**/*.ts --type-check --project tsconfig.json"
|
||||
},
|
||||
"engines": {
|
||||
"node": "6.9.4"
|
||||
"node": "8.9.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Reference in a new issue