diff --git a/Dockerfile b/Dockerfile index 8269006..780755b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,6 @@ FROM node:16.10.0 WORKDIR /app COPY ./ ./ +RUN npm update RUN npm install -CMD ["node", "main.js"] \ No newline at end of file +CMD ["node", "main.js"]