From f325b5548f49bdd8387d4460419303d2867729de Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Wed, 12 Jun 2019 19:12:10 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa128087e6..9cf25f2c54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,8 @@ VOLUME /parse-server/cloud /parse-server/config WORKDIR /parse-server COPY package*.json ./ -COPY postinstall.js ./ -RUN npm ci --production +RUN npm ci --production --ignore-scripts COPY bin bin COPY public_html public_html