From 32b811a5595d35d74dd18d15149b4b5d6abc7771 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 4 Dec 2023 13:33:16 +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, 1 insertion(+), 1 deletion(-) diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 594ccfd..2d0dda8 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app # Copier le package.json et le package-lock.json pour installer les dépendances COPY package*.json ./ -RUN ls ./ +RUN cat package.json # Installer les dépendances RUN npm install --force