@@ -1,4 +1,4 @@
-FROM node:15
+FROM node:16
RUN npm install -g nodemon
-FROM node:14
RUN apt-get update
RUN apt-get install nginx -y