Update Dockerfile (#5676)

This commit is contained in:
Diamond Lewis
2019-06-12 19:39:07 -05:00
committed by Arthur Cinader
parent 72da264c22
commit aa68cd84d0

View File

@@ -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