ci: fix docker build error

This commit is contained in:
Manuel
2021-10-13 01:46:01 +02:00
committed by GitHub
parent 0525e4bdd2
commit 825b302e0b

View File

@@ -25,6 +25,7 @@ WORKDIR /parse-server
COPY package*.json ./ COPY package*.json ./
RUN npm cache clean --force
RUN npm ci --production --ignore-scripts RUN npm ci --production --ignore-scripts
COPY bin bin COPY bin bin