From 34259d44b056c5b9056c8cf58e08d7cf7ccbd78f Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 7 Apr 2023 17:07:46 +0200 Subject: [PATCH] Fixing build file --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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