Update to node 16 in docker build
This commit is contained in:
parent
a07ab11f8f
commit
a555afd065
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue