From 0ec19cf2f47ee7bd0ff5d9381f7295be4138f296 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 4 Dec 2023 13:35:28 +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 deletions(-) diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 09078ff..74ed9ad 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -7,8 +7,6 @@ WORKDIR /app # Copier le package.json et le package-lock.json pour installer les dépendances COPY package.json ./ -RUN cat package.json - # Installer les dépendances RUN npm install --force