From 39c04f848732f40c53804b19d084ca86cd84a32f Mon Sep 17 00:00:00 2001 From: "cn.yimian.xyz" Date: Fri, 19 Jun 2020 16:03:12 +0800 Subject: [PATCH] stop auto pull --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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