We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7801b7d commit 4a71e11Copy full SHA for 4a71e11
Dockerfile
@@ -16,7 +16,7 @@ VOLUME /parse-server/cloud /parse-server/config
16
WORKDIR /parse-server
17
18
COPY package*.json ./
19
-RUN npm ci --production
+RUN npm ci --production --ignore-scripts
20
21
COPY bin bin
22
COPY public_html public_html
0 commit comments