Skip to content

Commit 4a71e11

Browse files
dplewisacinader
authored andcommitted
Update Dockerfile (#5676)
1 parent 7801b7d commit 4a71e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ VOLUME /parse-server/cloud /parse-server/config
1616
WORKDIR /parse-server
1717

1818
COPY package*.json ./
19-
RUN npm ci --production
19+
RUN npm ci --production --ignore-scripts
2020

2121
COPY bin bin
2222
COPY public_html public_html

0 commit comments

Comments
 (0)