From aa68cd84d0896b9f443464dac2762de01c4637c8 Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Wed, 12 Jun 2019 19:39:07 -0500 Subject: [PATCH] Update Dockerfile (#5676) --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa128087..9cf25f2c 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