From 003798fcfadb9ef625727a87bbf85167ff4f175f Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 17 Jun 2025 13:54:38 +0000 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e98bde33..15f33c12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,10 +8,10 @@ COPY package.json ./ RUN apk update && apk add openssh-client git -COPY id_rsa /root/.ssh/id_rsa -RUN chmod 600 ~/.ssh/id_rsa -RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_rsa -RUN ssh-keyscan github.com smart-chain-fr/leCoffre-resources.git >> /root/.ssh/known_hosts +#COPY id_rsa /root/.ssh/id_rsa +#RUN chmod 600 ~/.ssh/id_rsa +#RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_rsa +#RUN ssh-keyscan github.com smart-chain-fr/leCoffre-resources.git >> /root/.ssh/known_hosts RUN npm install --frozen-lockfile