Update to node 16 in docker build

This commit is contained in:
Hexagon 2021-10-19 20:55:29 +02:00
parent a07ab11f8f
commit a555afd065
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:14-alpine FROM node:16-alpine
COPY . /usr/src/app COPY . /usr/src/app
WORKDIR /usr/src/app WORKDIR /usr/src/app
RUN npm install --no-cache RUN npm install --no-cache