diff --git a/Dockerfile b/Dockerfile index a3c33ac..43f5b69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ COPY pm2.json . # Install app dependencies ENV NPM_CONFIG_LOGLEVEL warn RUN npm install --production -RUN pm2 install pm2-auto-pull # Show current folder structure in logs RUN ls -al -R