Update Dockerfile (#5676)
This commit is contained in:
committed by
Arthur Cinader
parent
72da264c22
commit
aa68cd84d0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user