We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c9a97 commit 448b953Copy full SHA for 448b953
Dockerfile
@@ -16,6 +16,8 @@ VOLUME /parse-server/cloud /parse-server/config
16
WORKDIR /parse-server
17
18
COPY package*.json ./
19
+COPY postinstall.js ./
20
+
21
RUN npm ci --production
22
23
COPY bin bin
0 commit comments