fix(docker): moved to 16 version

This commit is contained in:
Alexey Kasyanchuk 2021-08-31 01:02:07 +03:00
parent 7225af81d0
commit 83a78c4e6c

View File

@ -1,4 +1,4 @@
FROM node:14
FROM node:16
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app