From 04b1f84f720c5fa5c7faaa1d48108a51445a83dd Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 4 Dec 2023 13:32:21 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'cryptide=5Fproject?= =?UTF-8?q?/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptide_project/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 79eda07..594ccfd 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -7,6 +7,8 @@ WORKDIR /app # Copier le package.json et le package-lock.json pour installer les dépendances COPY package*.json ./ +RUN ls ./ + # Installer les dépendances RUN npm install --force