Skip to content
This repository was archived by the owner on Aug 4, 2026. It is now read-only.

Commit 601383f

Browse files
jcmartincapitanJuan Carlos Martin
andauthored
chore: Update axios library and npm audit fix (#11)
Co-authored-by: Juan Carlos Martin <juancarlos.martin@haufe.com>
1 parent b0095bf commit 601383f

3 files changed

Lines changed: 190 additions & 154 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN chown -R node:node /usr/src/app
1212

1313
USER node
1414

15-
RUN npm install
15+
RUN npm ci --omit=dev
1616

1717
COPY . /usr/src/app
1818

0 commit comments

Comments
 (0)