Update Dockerfile image

This commit is contained in:
Douglas Barone 2021-11-09 11:47:17 -04:00
parent 0b6e74ef44
commit bf47863a52

View File

@ -1,5 +1,5 @@
# build stage # build stage
FROM node:15.4.0 as build-stage FROM node:16.13.0 as build-stage
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install