Skip to content

Commit aa68cd8

Browse files
dplewisacinader
authored andcommitted
Update Dockerfile (#5676)
1 parent 72da264 commit aa68cd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

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

1818
COPY package*.json ./
19-
COPY postinstall.js ./
2019

21-
RUN npm ci --production
20+
RUN npm ci --production --ignore-scripts
2221

2322
COPY bin bin
2423
COPY public_html public_html

0 commit comments

Comments
 (0)