Update Dockerfile (#5641)

This commit is contained in:
Diamond Lewis
2019-06-06 18:11:07 -05:00
committed by GitHub
parent 0846ba148c
commit 35524b8df9

View File

@@ -16,6 +16,8 @@ VOLUME /parse-server/cloud /parse-server/config
WORKDIR /parse-server
COPY package*.json ./
COPY postinstall.js ./
RUN npm ci --production
COPY bin bin