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"]