Update dockerfile to node 14

This commit is contained in:
Ajay Ramachandran 2021-06-29 17:12:04 -04:00 committed by GitHub
parent 66cd88d4c2
commit 4d8526c24d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:12.22.1
FROM node:14
WORKDIR /usr/src/app
COPY package.json .
COPY package-lock.json .