clearing npm cache to save space

pull/985/head
xphyr 8 months ago
parent a073a746f2
commit 44d2a6c553
No known key found for this signature in database

@ -17,7 +17,7 @@ WORKDIR /app
ENV npm_config_cache /home/node/.npm
COPY package*.json ./
RUN npm ci --only-production
RUN npm ci --only-production && npm cache clean --force
COPY --from=build /app .

Loading…
Cancel
Save