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