Skip to content

Commit a460e33

Browse files
author
Andrea Aramini, INI-MBM-BNC (EXT)
committed
🚀 deploy(infrastructure): update dependencies
1 parent 40b686a commit a460e33

File tree

2 files changed

+1031
-1057
lines changed

2 files changed

+1031
-1057
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:21.7.3-alpine AS deps
22
WORKDIR /app
33
COPY package.json package-lock.json ./
4-
RUN npm install --ignore-scripts
4+
RUN --mount=type=cache,target=/app/.npm npm set cache /app/.npm && npm install --ignore-scripts
55

66

77
FROM node:21.7.3-alpine AS production

0 commit comments

Comments
 (0)