diff --git a/Dockerfile b/Dockerfile index 09672d3..4eba196 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ RUN rm -rf /app/.env WORKDIR /app -CMD ["node", "index.js"] +RUN npm install -RUN npm install \ No newline at end of file +CMD ["node", "index.js"] \ No newline at end of file