From 9977177bf871bd650c5dd294a35254901cceefa2 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 18 Jan 2024 23:44:18 +0000 Subject: [PATCH] Update --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5fb3985..1d832b7 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,12 +4,12 @@ WORKDIR /app COPY . . -RUN apt update -RUN apt install htop +# RUN apt update +# RUN apt install htop RUN npm install RUN npm install pm2 -g EXPOSE 5000 -CMD ["pm2-runtime", "server.js"] \ No newline at end of file +CMD ["pm2-runtime", "server.js"]