diff --git a/Dockerfile b/Dockerfile index dd500484..1fd3c65c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ WORKDIR /parse-server COPY package*.json ./ +RUN npm cache clean --force RUN npm ci --production --ignore-scripts COPY bin bin